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 1097939 commit e3f3b85Copy full SHA for e3f3b85
.github/workflows/cpp-packaging.yml
@@ -394,6 +394,12 @@ jobs:
394
if: startsWith(matrix.os, 'windows')
395
uses: microsoft/[email protected]
396
397
+ # Force the build to use the stable 10.0.22621.0 SDK
398
+ - name: Set stable Windows SDK version
399
+ if: startsWith(matrix.os, 'windows')
400
+ shell: pwsh
401
+ run: echo "WindowsSDKVersion=10.0.22621.0" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
402
+
403
- name: Cache vcpkg C++ dependencies
404
id: cache_vcpkg
405
uses: actions/cache@v3
0 commit comments