Browse Source

github: brew reinstall qemu

See https://github.com/Homebrew/homebrew-core/pull/139492.
Tamir Duberstein 1 year ago
parent
commit
756e6b979a
1 changed files with 4 additions and 1 deletions
  1. 4 1
      .github/workflows/ci.yml

+ 4 - 1
.github/workflows/ci.yml

@@ -197,7 +197,10 @@ jobs:
         # We also need LLVM for bpf-linker, see comment below.
         run: |
           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/gnu-tar/libexec/gnubin >> $GITHUB_PATH
           echo /usr/local/opt/llvm/bin >> $GITHUB_PATH