Skip to content

Commit b91d90d

Browse files
committed
github: build qemu from source if bad signature
See Homebrew/homebrew-core#140244.
1 parent 9ff1bf3 commit b91d90d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,8 @@ jobs:
204204
echo /usr/local/opt/findutils/libexec/gnubin >> $GITHUB_PATH
205205
echo /usr/local/opt/gnu-tar/libexec/gnubin >> $GITHUB_PATH
206206
echo /usr/local/opt/llvm/bin >> $GITHUB_PATH
207+
# https://github.com/Homebrew/homebrew-core/issues/140244
208+
codesign --verify $(which qemu-system-x86_64) || brew reinstall qemu --build-from-source
207209
208210
- name: bpf-linker
209211
if: runner.os == 'macOS'

0 commit comments

Comments
 (0)