Skip to content

Commit

Permalink
Try Clang 14
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Sep 20, 2024
1 parent fee92e8 commit bde9f8f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@ jobs:
with:
submodules: true

- name: Install Clang/LLVM 12
- name: Install Clang/LLVM 14
shell: bash
run: |
brew install llvm@12
brew install llvm@14
echo "$(brew --prefix)/opt/llvm@12/bin" >> "$GITHUB_PATH"
echo "CPATH=$(brew --prefix)/include" >> "$GITHUB_ENV"
echo "LIBRARY_PATH=$(brew --prefix)/lib" >> "$GITHUB_ENV"
- name: Clang version
shell: bash
Expand Down

0 comments on commit bde9f8f

Please sign in to comment.