Skip to content

Commit 756e6b9

Browse files
committed
github: brew reinstall qemu
See Homebrew/homebrew-core#139492.
1 parent 9ba0b04 commit 756e6b9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,10 @@ jobs:
197197
# We also need LLVM for bpf-linker, see comment below.
198198
run: |
199199
set -euxo pipefail
200-
brew install dpkg findutils gnu-tar llvm pkg-config qemu
200+
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
201204
echo /usr/local/opt/findutils/libexec/gnubin >> $GITHUB_PATH
202205
echo /usr/local/opt/gnu-tar/libexec/gnubin >> $GITHUB_PATH
203206
echo /usr/local/opt/llvm/bin >> $GITHUB_PATH

0 commit comments

Comments
 (0)