Skip to content

Commit

Permalink
update gh pipeline windows
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Mar 14, 2024
1 parent d598815 commit 93cc4e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Install WiX
run: dotnet tool install --global wix --version 4.0.4
- run: wix --version
- name: Install Wix
run: choco install wixtoolset --version=4.0.4
- run: wix --version
- run: wix extension add WixToolset.UI.wixext/4.0.4 WixToolset.Util.wixext/4.0.4
- run: rustup toolchain install stable --profile minimal
- run: cargo build --release
Expand Down

0 comments on commit 93cc4e9

Please sign in to comment.