Skip to content

Commit

Permalink
bump clang version
Browse files Browse the repository at this point in the history
  • Loading branch information
0vercl0k committed Apr 22, 2024
1 parent 473d4b2 commit 33ec81c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ jobs:
- name: Build with clang
if: matrix.compiler == 'clang'
env:
CC: clang-17
CXX: clang++-17
CC: clang-18
CXX: clang++-18
run: |
cd src/build
chmod u+x ./build-release.sh
Expand Down

0 comments on commit 33ec81c

Please sign in to comment.