Skip to content

Commit 17607dd

Browse files
committed
Merge branch 'main' into fix/fork-bomb
2 parents 37a9b2d + a7384fa commit 17607dd

File tree

15 files changed

+211
-175
lines changed

15 files changed

+211
-175
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
with:
8585
rustflags: ""
8686
- name: Add cargo-wix subcommand
87-
run: cargo install cargo-wix
87+
run: cargo install --locked cargo-wix
8888
- name: Compile and package installer
8989
run: |
9090
cargo wix --nocapture --package volta --output target\wix\volta-windows.msi
@@ -114,7 +114,7 @@ jobs:
114114
target: aarch64-pc-windows-msvc
115115
rustflags: ""
116116
- name: Add cargo-wix subcommand
117-
run: cargo install cargo-wix
117+
run: cargo install --locked cargo-wix
118118
- name: Compile and package installer
119119
run: |
120120
cargo wix --nocapture --package volta --target aarch64-pc-windows-msvc --output target\wix\volta-windows-arm.msi

0 commit comments

Comments
 (0)