We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ced2200 commit 5ff8650Copy full SHA for 5ff8650
.github/workflows/ubsan.yml
@@ -58,7 +58,7 @@ jobs:
58
- name: ccache
59
uses: hendrikmuhs/ccache-action@v1.2
60
with:
61
- key: ${{ github.workflow }}-${{ github.job }}-${{ matrix.os }}
+ key: ${{ github.workflow }}-${{ github.job }}-${{ matrix.os }}-${{ matrix.sanitizer }}
62
63
- name: Set up Python
64
uses: actions/setup-python@v5
0 commit comments