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 e937bd6 commit 87e54e0
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 @@ -34,7 +34,8 @@ jobs:
shell: pwsh

- name: Print Windows Kit Path
run: echo "Windows Kit Path: $windowsKitPath"
run: |
echo "Windows Kit Path: $windowsKitPath"
shell: pwsh

- name: Install dependencies
Expand Down

0 comments on commit 87e54e0

Please sign in to comment.