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 822de2c commit af2cedbCopy full SHA for af2cedb
.github/workflows/clang-tests.yml
@@ -35,8 +35,12 @@ jobs:
35
- uses: actions/checkout@v1
36
with:
37
fetch-depth: 1
38
+ - name: ccache
39
+ uses: hendrikmuhs/ccache-action@v1
40
+ with:
41
+ key: ${{ matrix.os }}
42
- name: Test clang
43
uses: llvm/actions/build-test-llvm-project@main
44
- cmake_args: -G Ninja -DLLVM_ENABLE_PROJECTS="clang" -DCMAKE_BUILD_TYPE=Release
45
+ cmake_args: -G Ninja -DLLVM_ENABLE_PROJECTS="clang" -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
46
build_target: check-clang
0 commit comments