We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bdd78c commit 5d8e396Copy full SHA for 5d8e396
.github/workflows/ci.yml
@@ -72,6 +72,7 @@ jobs:
72
uses: hendrikmuhs/ccache-action@v1.2
73
with:
74
key: ${{ github.job }}-${{ matrix.os }}-${{ matrix.build }}
75
+ create-symlink: true
76
77
- name: Run Unittests
78
shell: bash
0 commit comments