Skip to content

Commit eb2f3a1

Browse files
author
Stephan Dilly
committed
pin older cargo wix version
1 parent f57f983 commit eb2f3a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ 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
9090
cargo wix --no-build --nocapture --output ./target/wix/gitui.msi
9191
ls -l ./target/wix/gitui.msi
9292

0 commit comments

Comments
 (0)