Update wdk

This commit is contained in:
Maurice Heumann 2022-12-23 20:44:41 +01:00
parent a67e2ae833
commit 129380419d

View File

@ -28,7 +28,7 @@ jobs:
- name: Install WDK - name: Install WDK
run: | run: |
curl -L --output wdksetup.exe https://go.microsoft.com/fwlink/?linkid=2166289 curl -L --output wdksetup.exe https://go.microsoft.com/fwlink/?linkid=2196230
cmd /c start /wait wdksetup.exe /ceip off /quiet /features + cmd /c start /wait wdksetup.exe /ceip off /quiet /features +
- name: Setup CMake - name: Setup CMake