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 b479cda commit 739cc17Copy full SHA for 739cc17
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
id: cache-winsdk
32
with:
33
path: /winsdk
34
- key: cache-winsdk
+ key: cache-winsdk-10.0.26100-14.43.17.13
35
- if: ${{ steps.cache-winsdk.outputs.cache-hit != 'true' }}
36
run: ./get-winsdk.sh
37
- uses: hendrikmuhs/ccache-action@a1209f81afb8c005c13b4296c32e363431bffea5 # v1.2.17
get-winsdk.sh
@@ -1 +1 @@
1
-xwin --accept-license --temp --sdk-version "10.0.26100" splat --preserve-ms-arch-notation --include-debug-libs --output /winsdk
+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