Skip to content

Commit

Permalink
refactor: Remove --locked
Browse files Browse the repository at this point in the history
  • Loading branch information
afifurrohman-id committed May 29, 2024
1 parent 7efe968 commit de74eb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/live.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
targets: wasm32-unknown-unknown
components: clippy, rustfmt

- run: cargo install wasm-pack --locked
- run: cargo install wasm-pack

- run: make release -j 8

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
targets: wasm32-unknown-unknown
components: clippy, rustfmt

- run: cargo install wasm-pack --locked
- run: cargo install wasm-pack

- run: make release -j 8

Expand Down

0 comments on commit de74eb7

Please sign in to comment.