Skip to content

Commit

Permalink
Bump clang version on CI fo linux
Browse files Browse the repository at this point in the history
Most likely should be removed at all.
  • Loading branch information
vt4a2h committed Oct 30, 2024
1 parent 8bb89aa commit c3d8835
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
run: |
sudo apt update || exit $?
sudo apt -y install ninja-build || exit $?
- name: Install clang-17
- name: Install clang-18
run: |
wget https://apt.llvm.org/llvm.sh
chmod +x ./llvm.sh
sudo ./llvm.sh 17
sudo ./llvm.sh 18
- name: Configure
run: |
cmake -S . -B cmake-build --preset ${{ matrix.preset }} \
Expand Down

0 comments on commit c3d8835

Please sign in to comment.