Skip to content

Commit

Permalink
wix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ale7714 committed Jan 15, 2025
1 parent 7bf408a commit 86c1054
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-msi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build-msi:
runs-on: windows-2022
runs-on: windows-2019

steps:
- name: Checkout code
Expand Down Expand Up @@ -43,9 +43,9 @@ jobs:
run: dotnet tool install --global wix

- name: Add NuGet Feed for WiX
run: dotnet nuget add source https://api.nuget.org/v3/index.json -n nuget.org
run: dotnet nuget add source https://nuget.pkg.github.com/wixtoolset/index.json -n wixtoolset

- name: Install WiX Extensions (Optional)
- name: Install WiX Extensions
run: |
dotnet tool install --global WixToolset.Util
dotnet tool install --global WixToolset.Firewall
Expand Down

0 comments on commit 86c1054

Please sign in to comment.