diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index ad703de67a..b8b9fc5500 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -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