From ab8d5d7c0a9e7582c9358cbe54ed470277e0905b Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Fri, 4 Apr 2025 07:55:45 -0400 Subject: [PATCH] ci: `brew update` to install LLVM 20 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf80658..1b69a51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,7 +80,7 @@ jobs: with: tool: cargo-generate - - run: brew install filosottile/musl-cross/musl-cross llvm + - run: brew update && brew install filosottile/musl-cross/musl-cross llvm if: runner.os == 'macos' - run: cargo install bpf-linker --git https://github.com/aya-rs/bpf-linker.git --no-default-features