diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc0b28c..075f46e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,8 +82,11 @@ jobs: with: tool: cargo-generate - - run: brew update && brew install filosottile/musl-cross/musl-cross llvm - if: runner.os == 'macos' + - if: runner.os == 'macos' + run: | + set -euxo pipefail + brew update && brew install filosottile/musl-cross/musl-cross llvm + echo $(brew --prefix llvm)/bin >> $GITHUB_PATH - run: cargo install bpf-linker --git https://github.com/aya-rs/bpf-linker.git --no-default-features --features llvm-21 if: runner.os == 'macos'