Skip to content

Commit 212160a

Browse files
author
Stephan Dilly
authored
Test fix cargo wix (#1080)
1 parent b51734c commit 212160a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ jobs:
8686
- name: Build MSI (windows)
8787
if: matrix.os == 'windows-latest'
8888
run: |
89-
cargo install cargo-wix
89+
cargo install cargo-wix --version 0.3.1
90+
cargo wix --version
9091
cargo wix --no-build --nocapture --output ./target/wix/gitui.msi
9192
ls -l ./target/wix/gitui.msi
9293

0 commit comments

Comments
 (0)