File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105105 matrix :
106106 # GHA macOS is slow and flaky, so we only test a few YAMLS here.
107107 # Other yamls are tested on Linux instances of Cirrus.
108- example : [default.yaml, vmnet.yaml]
108+ example : [default.yaml, alpine.yaml, vmnet.yaml]
109109 steps :
110110 - uses : actions/setup-go@v2
111111 with :
@@ -121,7 +121,6 @@ jobs:
121121 # QEMU: required by Lima itself
122122 # bash: required by test-example.sh (OS version of bash is too old)
123123 # 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:
125124 # curl: required by test-example.sh to download nerdctl for alpine
126125 # jq: required by test-example.sh to determine download URL for nerdctl
127126 run : |
@@ -130,7 +129,7 @@ jobs:
130129 # breaking upgrades to latest python@3.9
131130 rm -f /usr/local/bin/2to3
132131 time brew update
133- time brew install qemu bash coreutils
132+ time brew install qemu bash coreutils curl jq
134133 time brew upgrade
135134 - name : Install vde_switch and vde_vmnet
136135 if : matrix.example == 'vmnet.yaml'
You can’t perform that action at this time.
0 commit comments