Skip to content

Commit 6592049

Browse files
committed
feat: Fix vcpkg cache
1 parent 1acffe4 commit 6592049

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
triplet: ${{ matrix.variant.triplet }}
5050
revision: 4887ad6d1414f74cb7cb8d1e527fb46adb4e9ace
5151
token: ${{ github.token }}
52-
cache-key: ${{ matrix.variant.triplet }}
52+
cache-key: ${{ matrix.variant.triplet }}-4887ad6d1414f74cb7cb8d1e527fb46adb4e9ace
5353
- name: "Build (Installer)"
5454
working-directory: ${{ github.workspace }}/build
5555
run: |

0 commit comments

Comments
 (0)