File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -232,9 +232,7 @@ jobs:
232232 # QEMU: required by Lima itself
233233 # bash: required by test-templates.sh (OS version of bash is too old)
234234 # coreutils: required by test-templates.sh for the "timeout" command
235- # curl: required by test-templates.sh to download nerdctl for alpine
236- # jq: required by test-templates.sh to determine download URL for nerdctl
237- run : brew install qemu bash coreutils curl jq
235+ run : brew install qemu bash coreutils
238236 - name : " Adjust LIMACTL_CREATE_ARGS"
239237 run : echo "LIMACTL_CREATE_ARGS=${LIMACTL_CREATE_ARGS} --vm-type=qemu" >>$GITHUB_ENV
240238 - name : " Inject `no_timer_check` to kernel cmdline"
@@ -497,7 +495,7 @@ jobs:
497495 with :
498496 template : templates/${{ matrix.template }}
499497 - name : Install test dependencies
500- run : brew install bash coreutils jq
498+ run : brew install bash coreutils
501499 - name : Uninstall qemu
502500 run : brew uninstall --ignore-dependencies --force qemu
503501 - name : Test
You can’t perform that action at this time.
0 commit comments