Skip to content

Commit

Permalink
Disable udeps checking till all unused deps are resolved (#969)
Browse files Browse the repository at this point in the history
  • Loading branch information
antimora authored Nov 20, 2023
1 parent 8c235d6 commit 5845790
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ jobs:
toolchain: nightly
components: rustfmt

- name: Install cargo-udeps
env:
UDEPS_LINK: https://github.com/est31/cargo-udeps/releases/download
UDEPS_VERSION: v0.1.43
run: |
curl -L "$UDEPS_LINK/$UDEPS_VERSION/cargo-udeps-$UDEPS_VERSION-x86_64-unknown-linux-gnu.tar.gz" |
tar xz -C $HOME/.cargo/bin --strip-components 2
- name: Run cargo-udeps
run: |
cargo +nightly udeps --all-targets
# - name: Install cargo-udeps
# env:
# UDEPS_LINK: https://github.com/est31/cargo-udeps/releases/download
# UDEPS_VERSION: v0.1.43
# run: |
# curl -L "$UDEPS_LINK/$UDEPS_VERSION/cargo-udeps-$UDEPS_VERSION-x86_64-unknown-linux-gnu.tar.gz" |
# tar xz -C $HOME/.cargo/bin --strip-components 2

# - name: Run cargo-udeps
# run: |
# cargo +nightly udeps --all-targets

0 comments on commit 5845790

Please sign in to comment.