Skip to content

Commit

Permalink
chore(snap): ensure proper rust toolchain is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
hrzlgnm committed Oct 18, 2024
1 parent 44dc040 commit f66e00a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ parts:
source: .
override-build: |
set -eu
rustup toolchain install stable --target wasm32-unknown-unknown --profile minimal --no-self-update
cargo --locked install trunk --version ^0.21.1
cargo --locked install tauri-cli --version ^2.0.3
cargo --locked install cargo-auditable
Expand Down

0 comments on commit f66e00a

Please sign in to comment.