Skip to content

Commit a2f6bdf

Browse files
committed
build_clang wasn't actually using clang
1 parent 178eae7 commit a2f6bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
cmake .. -DBUILD_GMOCK=OFF
173173
make -j $(( $(nproc) - 1 ))
174174
sudo make install
175-
- run: cmake . -DCMAKE_C_COMPILER=cc -DCMAKE_CXX_COMPILER=c++
175+
- run: cmake . -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++
176176
- run: cmake --build . -j --target chromobius chromobius_test chromobius_perf
177177
- run: out/chromobius --help
178178
perf:

0 commit comments

Comments
 (0)