github: brew reinstall qemu

See https://github.com/Homebrew/homebrew-core/pull/139492.
pull/761/head
Tamir Duberstein 1 year ago
parent 9ba0b04207
commit 756e6b979a
No known key found for this signature in database

@ -197,7 +197,10 @@ jobs:
# We also need LLVM for bpf-linker, see comment below. # We also need LLVM for bpf-linker, see comment below.
run: | run: |
set -euxo pipefail set -euxo pipefail
brew install dpkg findutils gnu-tar llvm pkg-config qemu brew update
brew install dpkg findutils gnu-tar llvm pkg-config
# Workaround for https://github.com/Homebrew/homebrew-core/pull/139492.
brew reinstall qemu
echo /usr/local/opt/findutils/libexec/gnubin >> $GITHUB_PATH echo /usr/local/opt/findutils/libexec/gnubin >> $GITHUB_PATH
echo /usr/local/opt/gnu-tar/libexec/gnubin >> $GITHUB_PATH echo /usr/local/opt/gnu-tar/libexec/gnubin >> $GITHUB_PATH
echo /usr/local/opt/llvm/bin >> $GITHUB_PATH echo /usr/local/opt/llvm/bin >> $GITHUB_PATH

Loading…
Cancel
Save