Skip to content

Commit

Permalink
Update build process to use Windows Kit path with makeappx.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
Thavarshan committed Aug 31, 2024
1 parent ad43973 commit f3b73e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
shell: pwsh

- name: Print Windows Kit Path
run: echo "Windows Kit Path: $env:WINDOWS_KIT_PATH"
run: |S
echo "Windows Kit Path: $env:WINDOWS_KIT_PATH"
shell: pwsh

- name: Install dependencies
Expand Down

0 comments on commit f3b73e3

Please sign in to comment.