Skip to content

Commit

Permalink
Fix issue that github action windows build could not find win10sdk (#…
Browse files Browse the repository at this point in the history
…6726)

* Fix issue that github action windows build could not find win10sdk (#6724)

* Another attempt to fix the build issue

* This should work now
  • Loading branch information
Noisyfox authored Sep 11, 2024
1 parent a453d15 commit 5c3e094
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_orca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,9 @@ jobs:
- name: Build slicer Win
if: inputs.os == 'windows-latest'
working-directory: ${{ github.workspace }}
env:
WindowsSdkDir: 'C:\Program Files (x86)\Windows Kits\10\'
WindowsSDKVersion: '10.0.22000.0\'
run: .\build_release_vs2022.bat slicer

- name: Create installer Win
Expand Down

0 comments on commit 5c3e094

Please sign in to comment.