File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105
105
matrix :
106
106
# GHA macOS is slow and flaky, so we only test a few YAMLS here.
107
107
# Other yamls are tested on Linux instances of Cirrus.
108
- example : [default.yaml, vmnet.yaml]
108
+ example : [default.yaml, alpine.yaml, vmnet.yaml]
109
109
steps :
110
110
- uses : actions/setup-go@v2
111
111
with :
@@ -121,7 +121,6 @@ jobs:
121
121
# QEMU: required by Lima itself
122
122
# bash: required by test-example.sh (OS version of bash is too old)
123
123
# coreutils: required by test-example.sh for the "timeout" command
124
- # These would need to be added to run the alpine.yaml config on the macOS runner:
125
124
# curl: required by test-example.sh to download nerdctl for alpine
126
125
# jq: required by test-example.sh to determine download URL for nerdctl
127
126
run : |
@@ -130,7 +129,7 @@ jobs:
130
129
# breaking upgrades to latest [email protected]
131
130
rm -f /usr/local/bin/2to3
132
131
time brew update
133
- time brew install qemu bash coreutils
132
+ time brew install qemu bash coreutils curl jq
134
133
time brew upgrade
135
134
- name : Install vde_switch and vde_vmnet
136
135
if : matrix.example == 'vmnet.yaml'
You can’t perform that action at this time.
0 commit comments