Skip to content

Commit 739cc17

Browse files
committed
fix: update ccache key and add crt-version to get-winsdk.sh for consistency
1 parent b479cda commit 739cc17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
id: cache-winsdk
3232
with:
3333
path: /winsdk
34-
key: cache-winsdk
34+
key: cache-winsdk-10.0.26100-14.43.17.13
3535
- if: ${{ steps.cache-winsdk.outputs.cache-hit != 'true' }}
3636
run: ./get-winsdk.sh
3737
- uses: hendrikmuhs/ccache-action@a1209f81afb8c005c13b4296c32e363431bffea5 # v1.2.17

get-winsdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
xwin --accept-license --temp --sdk-version "10.0.26100" splat --preserve-ms-arch-notation --include-debug-libs --output /winsdk
1+
xwin --accept-license --temp --sdk-version "10.0.26100" --crt-version "14.43.17.13" splat --preserve-ms-arch-notation --include-debug-libs --output /winsdk

0 commit comments

Comments
 (0)