Skip to content

Commit

Permalink
ci: use later version of clang
Browse files Browse the repository at this point in the history
  • Loading branch information
craftablescience authored Dec 3, 2023
1 parent b6412d5 commit 520a67c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,9 @@ jobs:

- name: Install Clang
if: ${{matrix.compiler == 'clang'}}
uses: egor-tensin/setup-clang@v1
uses: KyleMayes/install-llvm-action@v1.9.0
with:
version: latest
platform: x64
version: '17'

- name: Configure CMake
run: cmake -G "Unix Makefiles" -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{matrix.build_type}} -DSTUDIOMODELPP_BUILD_TESTS=ON
Expand Down

0 comments on commit 520a67c

Please sign in to comment.