mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-21 19:35:49 +08:00
fix windows workflow
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user