mirror of
https://github.com/gitui-org/gitui
synced 2026-05-22 16:38:28 +00:00
Test fix cargo wix (#1080)
This commit is contained in:
parent
b51734cce8
commit
212160a4cb
1 changed files with 2 additions and 1 deletions
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 a new issue