Skip to content

Commit

Permalink
Update msi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alfeilex authored Feb 19, 2025
1 parent 5d089e0 commit a3f2f94
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/msi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,9 @@ jobs:
steps:
- name: Install Wix CLI
run: |
dotnet tool install --global wix --version 5.0.1
dotnet tool install --global wix --version 5.0.2
- uses: actions/checkout@v4
with:
submodules: recursive
- name: check
run: dir

0 comments on commit a3f2f94

Please sign in to comment.