diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 02782b2..4664568 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: - name: Install WDK 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 + - name: Setup CMake @@ -58,4 +58,4 @@ jobs: path: | build/${{matrix.configuration}}/artifacts/*.exe build/${{matrix.configuration}}/artifacts/*.pdb - build/${{matrix.configuration}}/artifacts/*.sys \ No newline at end of file + build/${{matrix.configuration}}/artifacts/*.sys