github: build qemu from source if bad signature

See https://github.com/Homebrew/homebrew-core/issues/140244.
pull/764/head
Tamir Duberstein 1 year ago
parent 9ff1bf3d3b
commit b91d90d6b9
No known key found for this signature in database

@ -204,6 +204,8 @@ jobs:
echo /usr/local/opt/findutils/libexec/gnubin >> $GITHUB_PATH
echo /usr/local/opt/gnu-tar/libexec/gnubin >> $GITHUB_PATH
echo /usr/local/opt/llvm/bin >> $GITHUB_PATH
# https://github.com/Homebrew/homebrew-core/issues/140244
codesign --verify $(which qemu-system-x86_64) || brew reinstall qemu --build-from-source
- name: bpf-linker
if: runner.os == 'macOS'

Loading…
Cancel
Save