We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1acffe4 commit 6592049Copy full SHA for 6592049
1 file changed
.github/workflows/windows.yml
@@ -49,7 +49,7 @@ jobs:
49
triplet: ${{ matrix.variant.triplet }}
50
revision: 4887ad6d1414f74cb7cb8d1e527fb46adb4e9ace
51
token: ${{ github.token }}
52
- cache-key: ${{ matrix.variant.triplet }}
+ cache-key: ${{ matrix.variant.triplet }}-4887ad6d1414f74cb7cb8d1e527fb46adb4e9ace
53
- name: "Build (Installer)"
54
working-directory: ${{ github.workspace }}/build
55
run: |
0 commit comments