We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 178eae7 commit a2f6bdfCopy full SHA for a2f6bdf
.github/workflows/ci.yml
@@ -172,7 +172,7 @@ jobs:
172
cmake .. -DBUILD_GMOCK=OFF
173
make -j $(( $(nproc) - 1 ))
174
sudo make install
175
- - run: cmake . -DCMAKE_C_COMPILER=cc -DCMAKE_CXX_COMPILER=c++
+ - run: cmake . -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++
176
- run: cmake --build . -j --target chromobius chromobius_test chromobius_perf
177
- run: out/chromobius --help
178
perf:
0 commit comments