From 7adc296d765cdf53278a66177833a076180114a4 Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Fri, 18 Aug 2023 10:51:09 -0400 Subject: [PATCH] github: `brew update` Hopefully this picks up https://github.com/Homebrew/homebrew-core/pull/139492. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a078ee35..33c2d688 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -193,6 +193,7 @@ jobs: # We also need LLVM for bpf-linker, see comment below. run: | set -euxo pipefail + brew update brew install findutils qemu dpkg pkg-config llvm echo /usr/local/opt/llvm/bin >> $GITHUB_PATH