ci: `brew update` to install LLVM 20

pull/143/head
Tamir Duberstein 2 weeks ago committed by GitHub
parent bc8848eb62
commit 18bc6bd310
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save