ci: `brew update` to install LLVM 20

pull/140/merge
Tamir Duberstein 2 weeks ago
parent bc8848eb62
commit ab8d5d7c0a

@ -80,7 +80,7 @@ jobs:
with: with:
tool: cargo-generate 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' if: runner.os == 'macos'
- run: cargo install bpf-linker --git https://github.com/aya-rs/bpf-linker.git --no-default-features - run: cargo install bpf-linker --git https://github.com/aya-rs/bpf-linker.git --no-default-features

Loading…
Cancel
Save