Skip to content

Commit

Permalink
Install LLVM on macOS as part of build.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmartin82 committed Dec 2, 2024
1 parent 9d62805 commit 3feb412
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
run: sudo apt-get -y install acl-dev
- name: Install LLVM toolchain
if: startsWith(matrix.os,'macos')
run: brew install llvm
run: | brew install llvm
echo 'export PATH="/opt/homebrew/opt/llvm/bin:$PATH' >> $GITHUB_ENV
- name: Install Rust toolchain
run: |
rustup show
Expand Down

0 comments on commit 3feb412

Please sign in to comment.