Skip to content

Commit

Permalink
chore: fix with locked
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 committed Jan 10, 2025
1 parent 8c3bca4 commit 2870bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- run: rustup update stable && rustup default stable
- run: rustup toolchain install nightly -c rustfmt
- run: git submodule update --init --recursive
- run: cargo install cargo-udeps
- run: cargo install cargo-udeps --locked
- run: cargo +nightly udeps --workspace

# build_wasm:
Expand Down

0 comments on commit 2870bf8

Please sign in to comment.