Skip to content

Commit

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

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

Expand Down

0 comments on commit 387caa7

Please sign in to comment.