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:
232
232
# QEMU: required by Lima itself
233
233
# bash: required by test-templates.sh (OS version of bash is too old)
234
234
# 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
238
236
- name : " Adjust LIMACTL_CREATE_ARGS"
239
237
run : echo "LIMACTL_CREATE_ARGS=${LIMACTL_CREATE_ARGS} --vm-type=qemu" >>$GITHUB_ENV
240
238
- name : " Inject `no_timer_check` to kernel cmdline"
@@ -497,7 +495,7 @@ jobs:
497
495
with :
498
496
template : templates/${{ matrix.template }}
499
497
- name : Install test dependencies
500
- run : brew install bash coreutils jq
498
+ run : brew install bash coreutils
501
499
- name : Uninstall qemu
502
500
run : brew uninstall --ignore-dependencies --force qemu
503
501
- name : Test
You can’t perform that action at this time.
0 commit comments