mirror of
https://github.com/extrawurst/gitui.git
synced 2024-11-22 19:29:14 +03:00
Test fix cargo wix (#1080)
This commit is contained in:
parent
b51734cce8
commit
212160a4cb
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user