Skip to content

Commit

Permalink
dont look for version
Browse files Browse the repository at this point in the history
  • Loading branch information
coilysiren committed Nov 24, 2023
1 parent e50508d commit e537411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
- run: cargo check
- run: cargo test
- run: pip install tomlq
- run: cargo install wasm-pack --version $(tomlq -r '.package[] | select(.name == "wasm-pack") .version' Cargo.lock)
- run: cargo install wasm-pack
- run: wasm-pack build --target web

0 comments on commit e537411

Please sign in to comment.