Skip to content

Commit

Permalink
update clang version
Browse files Browse the repository at this point in the history
  • Loading branch information
claywar committed May 16, 2024
1 parent 779f4fc commit 82ee6f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ jobs:
# key: ${{ runner.os }}-clang
- name: Configure CMake
run: |
export CC=/usr/bin/clang-15
export CXX=/usr/bin/clang++-15
export CC=/usr/bin/clang-18
export CXX=/usr/bin/clang++-18
mkdir -p build
cmake -S . -B build
- name: Build
Expand Down Expand Up @@ -245,8 +245,8 @@ jobs:
# key: ${{ runner.os }}-clang
- name: Configure CMake
run: |
export CC=/usr/bin/clang-15
export CXX=/usr/bin/clang++-15
export CC=/usr/bin/clang-18
export CXX=/usr/bin/clang++-18
mkdir -p build
cmake -S . -B build -DENABLE_CLANG_TIDY=ON
- name: Build
Expand Down

0 comments on commit 82ee6f5

Please sign in to comment.