We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5bfec7 + 8646f58 commit f41ac5cCopy full SHA for f41ac5c
.github/workflows/release.yml
@@ -84,7 +84,7 @@ jobs:
84
with:
85
rustflags: ""
86
- name: Add cargo-wix subcommand
87
- run: cargo install cargo-wix
+ run: cargo install --locked cargo-wix
88
- name: Compile and package installer
89
run: |
90
cargo wix --nocapture --package volta --output target\wix\volta-windows.msi
@@ -114,7 +114,7 @@ jobs:
114
target: aarch64-pc-windows-msvc
115
116
117
118
119
120
cargo wix --nocapture --package volta --target aarch64-pc-windows-msvc --output target\wix\volta-windows-arm.msi
0 commit comments