workflows: Explicit version for cargo-wix

This commit is contained in:
PaddiM8 2022-06-03 01:45:08 +02:00 committed by GitHub
parent 23df3f37b9
commit 1f8ef493da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -143,7 +143,7 @@ jobs:
args: install wixtoolset -y
- shell: msys2 {0}
run: |
[ ! -f /c/Users/runneradmin/.cargo/bin/cargo-wix.exe ] && cargo install cargo-wix
[ ! -f /c/Users/runneradmin/.cargo/bin/cargo-wix.exe ] && cargo install cargo-wix --version 0.3.1
cd cli
cargo wix --no-build --nocapture --package kalker
mv target/wix/*.msi target/wix/kalker-windows.msi