Skip to content

Commit

Permalink
Update 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 e5f5b53 commit 032f2cd
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 @@ -33,5 +33,5 @@ jobs:

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

0 comments on commit 032f2cd

Please sign in to comment.