Skip to content

Commit 5ff8650

Browse files
committed
s
1 parent ced2200 commit 5ff8650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ubsan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: ccache
5959
uses: hendrikmuhs/ccache-action@v1.2
6060
with:
61-
key: ${{ github.workflow }}-${{ github.job }}-${{ matrix.os }}
61+
key: ${{ github.workflow }}-${{ github.job }}-${{ matrix.os }}-${{ matrix.sanitizer }}
6262

6363
- name: Set up Python
6464
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)