File tree 1 file changed +0
-6
lines changed
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -123,8 +123,6 @@ jobs:
123
123
# Github runners seem to have lima installed by brew already; we don't want/need it
124
124
time brew uninstall --ignore-dependencies lima colima
125
125
time brew install qemu bash coreutils curl jq
126
- - name : " Fix QEMU binary signature (Workaround for https://github.com/Homebrew/homebrew-core/issues/140244)"
127
- run : ./hack/fix-qemu-signature.sh
128
126
- name : " Show cache"
129
127
run : ./hack/debug-cache.sh
130
128
- name : " Test default.yaml"
@@ -281,8 +279,6 @@ jobs:
281
279
run : make install
282
280
- name : Install test dependencies
283
281
run : brew install qemu bash coreutils iperf3
284
- - name : " Fix QEMU binary signature (Workaround for https://github.com/Homebrew/homebrew-core/issues/140244)"
285
- run : ./hack/fix-qemu-signature.sh
286
282
- name : Install vde_switch and vde_vmnet (Deprecated)
287
283
env :
288
284
VDE_VMNET_VERSION : v0.6.0
@@ -352,8 +348,6 @@ jobs:
352
348
key : ${{ runner.os }}-upgrade-${{ matrix.oldver }}
353
349
- name : Install test dependencies
354
350
run : brew install qemu bash coreutils
355
- - name : " Fix QEMU binary signature (Workaround for https://github.com/Homebrew/homebrew-core/issues/140244)"
356
- run : ./hack/fix-qemu-signature.sh
357
351
- name : Test
358
352
uses : nick-invision/retry@v2
359
353
with :
You can’t perform that action at this time.
0 commit comments