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 4111bb5 commit 9d62805
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- name: Install ACL
if: startsWith(matrix.os,'ubuntu')
run: sudo apt-get -y install acl-dev
- name: Install LLVM toolchain
if: startsWith(matrix.os,'macos')
run: brew install llvm
- name: Install Rust toolchain
run: |
rustup show
Expand Down

0 comments on commit 9d62805

Please sign in to comment.