Test fix cargo wix (#1080)

This commit is contained in:
Stephan Dilly 2022-01-17 13:08:55 +01:00 committed by GitHub
parent b51734cce8
commit 212160a4cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,7 +86,8 @@ jobs:
- name: Build MSI (windows)
if: matrix.os == 'windows-latest'
run: |
cargo install cargo-wix
cargo install cargo-wix --version 0.3.1
cargo wix --version
cargo wix --no-build --nocapture --output ./target/wix/gitui.msi
ls -l ./target/wix/gitui.msi