fix windows workflow

This commit is contained in:
uncor3
2025-11-05 00:45:04 +00:00
parent be01b2400b
commit 9f66456b3b
+4
View File
@@ -86,6 +86,10 @@ jobs:
shell: pwsh
run: echo "$($env:USERPROFILE)\.dotnet\tools" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- name: Install WiX UI Extension
shell: pwsh
run: wix extension add WixToolset.UI.wixext
- name: Download and Extract Bonjour SDK
run: |
wget "https://github.com/tempx-x/bonjour-sdk/raw/refs/heads/main/bonjoursdksetup.exe" -O bonjour-sdk.exe