Skip to content

Commit

Permalink
use clang-7
Browse files Browse the repository at this point in the history
  • Loading branch information
poor-circle committed Aug 1, 2023
1 parent 8e698f9 commit f07534f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu_clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
uses: seanmiddleditch/gha-setup-ninja@master

- name: Install clang-6
run: sudo apt-get install clang-6.0 clang++-6.0
run: sudo apt-get install clang-7 clang++-7

- name: ccache
uses: hendrikmuhs/[email protected]
Expand All @@ -155,7 +155,7 @@ jobs:

- name: Configure
run: |
CXX=clang++-6 CC=clang-6
CXX=clang++-7 CC=clang-7
cmake -B ${{github.workspace}}/build -G Ninja \
-DCMAKE_BUILD_TYPE=${{matrix.mode}} \
-DUSE_CCACHE=${{env.ccache}} -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ \
Expand Down

0 comments on commit f07534f

Please sign in to comment.