Skip to content

Commit

Permalink
Use matching clang & clang-tidy version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Nopey committed Nov 1, 2024
1 parent c7a7a2c commit 6574686
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
matrix:
config:
- { name: "gcc 14", cc: gcc-14, tidy: "Off" }
- { name: "clang 16", cc: clang-16, tidy: "On" }
- { name: "clang 18", cc: clang-18, tidy: "On" }

steps:
- uses: actions/checkout@v4
Expand All @@ -55,7 +55,7 @@ jobs:
with:
packages: cmake cmake-data libargtable2-dev libcunit1-dev
libsdl2-mixer-dev libconfuse-dev libenet-dev libsdl2-dev libxmp-dev libpng-dev
libepoxy-dev clang-tidy ${{ matrix.config.cc }}
libepoxy-dev clang-tidy-18 ${{ matrix.config.cc }}

- name: Build tests
run: |
Expand Down

0 comments on commit 6574686

Please sign in to comment.