Skip to content

Commit

Permalink
Actually install Clang 14 properly
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Sep 20, 2024
1 parent bde9f8f commit 411889f
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 @@ -21,7 +21,7 @@ jobs:
shell: bash
run: |
brew install llvm@14
echo "$(brew --prefix)/opt/llvm@12/bin" >> "$GITHUB_PATH"
echo "$(brew --prefix)/opt/llvm@14/bin" >> "$GITHUB_PATH"
- name: Clang version
shell: bash
Expand Down

0 comments on commit 411889f

Please sign in to comment.