github: `brew update`

Hopefully this picks up
https://github.com/Homebrew/homebrew-core/pull/139492.
reviewable/pr761/r1
Tamir Duberstein 2 years ago
parent 1d5f764d07
commit 7adc296d76
No known key found for this signature in database

@ -193,6 +193,7 @@ 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 update
brew install findutils qemu dpkg pkg-config llvm brew install findutils qemu dpkg pkg-config llvm
echo /usr/local/opt/llvm/bin >> $GITHUB_PATH echo /usr/local/opt/llvm/bin >> $GITHUB_PATH

Loading…
Cancel
Save