Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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