diff --git a/.github/workflows/plugin.yaml b/.github/workflows/plugin.yaml index 6edb585..5dae01b 100644 --- a/.github/workflows/plugin.yaml +++ b/.github/workflows/plugin.yaml @@ -19,6 +19,8 @@ jobs: # builds the plugin on windows testBuildWindows: runs-on: windows-latest + env: + WindowsSDKVersion: 10.0.22621.0 steps: - name: Setup cmake @@ -33,7 +35,7 @@ jobs: - name: Configure run: | - cmake.exe -G "Visual Studio 17 2022" -A x64,version=10.0.22621.0 -B plugin/build -S plugin + cmake.exe -G "Visual Studio 17 2022" -A x64 -B plugin/build -S plugin - name: Build run: |