Skip to content

Commit 889f0ef

Browse files
fix: fix build script (#167)
1 parent 7d51c98 commit 889f0ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-config/buildspec-linux-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ phases:
2121
- . "$HOME/.cargo/env"
2222
- rustup toolchain install `cat rust-toolchain.toml | grep channel | cut -d '=' -f2 | tr -d ' "'`
2323
# Install tauri-cli, required for building and bundling the desktop app
24-
- cargo install --version 1.6.2 tauri-cli
24+
- cargo install --version 1.6.2 --locked tauri-cli
2525
# Install cross only if the musl env var is set and not null
2626
- if [ ! -z "${AMAZON_Q_BUILD_MUSL:+x}" ]; then cargo install cross --git https://github.com/cross-rs/cross; fi
2727
# Install python/node via mise (https://mise.jdx.dev/continuous-integration.html)

0 commit comments

Comments
 (0)