Skip to content

Commit 510eb6b

Browse files
committed
ci: ccache dedup per llvm version
1 parent a5725ed commit 510eb6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: ccache # This should always come after the actions/checkout step.
5252
uses: hendrikmuhs/ccache-action@v1.2
5353
with:
54-
key: ${{ github.job }}-${{ matrix.os }}-${{ matrix.build }}
54+
key: ${{ github.job }}-${{ matrix.os }}-llvm${{ matrix.llvm-version }}-${{ matrix.build }}
5555

5656
- name: Install Phasar Dependencies
5757
shell: bash

0 commit comments

Comments
 (0)