diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2a3568153..20df59485 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -84,7 +84,7 @@ jobs: with: rustflags: "" - name: Add cargo-wix subcommand - run: cargo install cargo-wix + run: cargo install --locked cargo-wix - name: Compile and package installer run: | cargo wix --nocapture --package volta --output target\wix\volta-windows.msi @@ -114,7 +114,7 @@ jobs: target: aarch64-pc-windows-msvc rustflags: "" - name: Add cargo-wix subcommand - run: cargo install cargo-wix + run: cargo install --locked cargo-wix - name: Compile and package installer run: | cargo wix --nocapture --package volta --target aarch64-pc-windows-msvc --output target\wix\volta-windows-arm.msi