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

0 comments on commit 68f11c9

Please sign in to comment.