Skip to content

Commit a25b2a8

Browse files
use ccache during CI runs (#81)
1 parent e4b7349 commit a25b2a8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-and-test.yml

+6
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ jobs:
3838
with:
3939
version: "latest"
4040

41+
- name: ccache
42+
uses: hendrikmuhs/ccache-action@v1.2
43+
with:
44+
key: ${{ github.job }}-${{ matrix.os }}-${{ matrix.cxx }}
45+
create-symlink: true
46+
4147
- name: dependencies (libraries)
4248
if: ${{ matrix.os == 'ubuntu-22.04' }}
4349
run: sudo apt-get install zlib1g-dev libisal-dev libdeflate-dev gcovr

0 commit comments

Comments
 (0)