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 9ba0b04 commit 756e6b9Copy full SHA for 756e6b9
.github/workflows/ci.yml
@@ -197,7 +197,10 @@ jobs:
197
# We also need LLVM for bpf-linker, see comment below.
198
run: |
199
set -euxo pipefail
200
- brew install dpkg findutils gnu-tar llvm pkg-config qemu
+ brew update
201
+ brew install dpkg findutils gnu-tar llvm pkg-config
202
+ # Workaround for https://github.com/Homebrew/homebrew-core/pull/139492.
203
+ brew reinstall qemu
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
0 commit comments