Skip to content

Commit

Permalink
Specify compiler for github actions
Browse files Browse the repository at this point in the history
Otherwise the default (GCC 11) on the node gets used.
  • Loading branch information
dariusarnold committed Mar 30, 2023
1 parent 07a55ed commit 00cdf5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Configure
shell: bash
run: cmake --preset release -G Ninja
run: CC=clang-14 CXX=clang++-14 cmake --preset release -G Ninja

- name: Build
shell: bash
Expand Down

0 comments on commit 00cdf5f

Please sign in to comment.