Skip to content

Commit

Permalink
clang version action
Browse files Browse the repository at this point in the history
  • Loading branch information
ConorWilliams committed Jan 7, 2024
1 parent 8cf71af commit d1ec007
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,13 @@ jobs:

- uses: ./.github/actions/setup

- name: Get a newer clang
run: sudo apt-get update && sudo apt-get install clang-15 -y
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v1
with:
version: "16.0.4"
env: true

- name: Configure
env: { CXX: clang++-15 }
run: cmake --preset=ci-sanitize

- name: Build
Expand Down

0 comments on commit d1ec007

Please sign in to comment.