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 b56aa14 commit 86fbabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
if: startsWith(matrix.os,'macos')
run: | brew install llvm
echo 'export PATH="/opt/homebrew/opt/llvm/bin:$PATH' >> $GITHUB_ENV
echo $GITHUB_ENV
echo '$GITHUB_ENV'
- name: Install Rust toolchain
run: |
rustup show
Expand Down

0 comments on commit 86fbabd

Please sign in to comment.