We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ff1bf3 commit b91d90dCopy full SHA for b91d90d
.github/workflows/ci.yml
@@ -204,6 +204,8 @@ jobs:
204
echo /usr/local/opt/findutils/libexec/gnubin >> $GITHUB_PATH
205
echo /usr/local/opt/gnu-tar/libexec/gnubin >> $GITHUB_PATH
206
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
209
210
- name: bpf-linker
211
if: runner.os == 'macOS'
0 commit comments