Skip to content

Commit

Permalink
fix: use exact LLVM version in MacOS CI build path
Browse files Browse the repository at this point in the history
  • Loading branch information
tydeu committed Aug 1, 2023
1 parent c11ecc2 commit a6601d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
if: matrix.os == 'macOS-latest'
run: |
brew install llvm@12
echo "$(brew --prefix)/opt/llvm/bin" >> $GITHUB_PATH
echo "$(brew --prefix)/opt/llvm@12/bin" >> $GITHUB_PATH
- name: Install LLVM (Ubuntu)
if: matrix.os == 'ubuntu-latest'
run: |
Expand Down

0 comments on commit a6601d7

Please sign in to comment.