We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ccache clang
clang
1 parent e83f767 commit 1b9061dCopy full SHA for 1b9061d
1 file changed
.github/workflows/workflow.yml
@@ -410,8 +410,8 @@ jobs:
410
working-directory: ${{github.workspace}}/attachments
411
if: runner.os != 'Windows'
412
run: |
413
- export CC="ccache clang"
414
- export CXX="ccache clang++"
+ export CC="clang"
+ export CXX="clang++"
415
416
cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Release \
417
-DCMAKE_CXX_SCAN_FOR_MODULES=ON \
0 commit comments