Skip to content

Commit

Permalink
workflow: Request the Platform SDK version we minimally need now
Browse files Browse the repository at this point in the history
  • Loading branch information
res2k committed Jul 21, 2024
1 parent 3f96751 commit 24f2248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
name: Install Windows 11 SDK 26100

- name: Configure CMake
run: cmake -A x64 -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/install
run: cmake -A x64,version=10.0.26100.0 -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/install

- name: Build
# Build your program with the given configuration
Expand Down

0 comments on commit 24f2248

Please sign in to comment.