We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4b7349 commit a25b2a8Copy full SHA for a25b2a8
.github/workflows/build-and-test.yml
@@ -38,6 +38,12 @@ jobs:
38
with:
39
version: "latest"
40
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
+
47
- name: dependencies (libraries)
48
if: ${{ matrix.os == 'ubuntu-22.04' }}
49
run: sudo apt-get install zlib1g-dev libisal-dev libdeflate-dev gcovr
0 commit comments