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 813fd8d commit d14a223Copy full SHA for d14a223
.github/workflows/cmake-arm-win.yml
@@ -26,7 +26,7 @@ jobs:
26
if: matrix.os == 'windows-latest'
27
run: |
28
choco install visualstudio2019buildtools --include-optional --package-parameters "--add Microsoft.VisualStudio.Workload.VCTools --includeRecommended --quiet --wait"
29
- choco install windows-sdk-10.0 --version 10.0.22621.755
+ choco install windows-sdk-10.0 --version 10.0.26624
30
31
- name: Configure Raylib with CMake on Windows
32
0 commit comments