Skip to content

Commit d14a223

Browse files
authored
Update cmake-arm-win.yml
1 parent 813fd8d commit d14a223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-arm-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
if: matrix.os == 'windows-latest'
2727
run: |
2828
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
29+
choco install windows-sdk-10.0 --version 10.0.26624
3030
3131
- name: Configure Raylib with CMake on Windows
3232
run: |

0 commit comments

Comments
 (0)