We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b17a7a commit c1edbc4Copy full SHA for c1edbc4
1 file changed
.github/workflows/deploy.yml
@@ -18,8 +18,8 @@ jobs:
18
rustup update nightly-2024-06-20
19
rustup default nightly-2024-06-20
20
rustup target add wasm32-unknown-unknown
21
- cargo install trunk --force
22
- cargo install wasm-bindgen-cli --locked --force
+ cargo install trunk --version 0.21.2 --locked
+ cargo install wasm-bindgen-cli --version 0.2.92 --locked
23
24
- name: Build the project with Trunk
25
run: trunk build --release
0 commit comments