We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5725ed commit 510eb6bCopy full SHA for 510eb6b
1 file changed
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: ccache # This should always come after the actions/checkout step.
52
uses: hendrikmuhs/ccache-action@v1.2
53
with:
54
- key: ${{ github.job }}-${{ matrix.os }}-${{ matrix.build }}
+ key: ${{ github.job }}-${{ matrix.os }}-llvm${{ matrix.llvm-version }}-${{ matrix.build }}
55
56
- name: Install Phasar Dependencies
57
shell: bash
0 commit comments