Skip to content

Commit 12101d7

Browse files
committed
add c compiler
1 parent 82e2a33 commit 12101d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpp-ci-serial-programs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- os: 'ubuntu-24.04'
2525
compiler: 'clang'
26-
cmake_additional_param: '-DCMAKE_CXX_COMPILER=clang++'
26+
cmake_additional_param: '-DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++'
2727

2828
exclude:
2929
- os: 'macos-13'

0 commit comments

Comments
 (0)