Skip to content

Commit

Permalink
Add ccache
Browse files Browse the repository at this point in the history
  • Loading branch information
leonp-s committed Jan 17, 2024
1 parent f5301f2 commit 7b694dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/zones_convolver_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,12 @@ jobs:
uses: actions/checkout@v3
with:
submodules: true
- name: ccache
uses: hendrikmuhs/[email protected]
- name: Run CMake consuming CMakePreset.json
uses: lukka/run-cmake@v10
with:
configurePreset: 'ninja-multi'
cmakeAppendedArgs: '-D CMAKE_C_COMPILER_LAUNCHER=ccache -D CMAKE_CXX_COMPILER_LAUNCHER=ccache'
buildPreset: 'build-release'
testPreset: 'test-release'

0 comments on commit 7b694dd

Please sign in to comment.