Skip to content

Commit

Permalink
forcibly set WindowsSDKVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilNarayana committed Sep 1, 2023
1 parent d4ad626 commit 7b64482
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
shell: cmd
working-directory: ${{ github.workspace }}
run: |
setx WindowsSDKVersion "10.0.22621.0"
mkdir build
cd build
cmake ${{ matrix.build_config }} ..
Expand Down

0 comments on commit 7b64482

Please sign in to comment.