We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e2a33 commit 12101d7Copy full SHA for 12101d7
.github/workflows/cpp-ci-serial-programs.yml
@@ -23,7 +23,7 @@ jobs:
23
24
- os: 'ubuntu-24.04'
25
compiler: 'clang'
26
- cmake_additional_param: '-DCMAKE_CXX_COMPILER=clang++'
+ cmake_additional_param: '-DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++'
27
28
exclude:
29
- os: 'macos-13'
0 commit comments