Skip to content

Commit 38ce006

Browse files
authored
Merge pull request #3611 from alexandear-org/chore/do-not-install-jq-curl
chore: Do not install already installed jq and curl
2 parents 03db45e + 437b23d commit 38ce006

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)