File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -40,14 +40,14 @@ jobs:
4040 toolchain : nightly
4141 components : rustfmt
4242
43- - name : Install cargo-udeps
44- env :
45- UDEPS_LINK : https://github.com/est31/cargo-udeps/releases/download
46- UDEPS_VERSION : v0.1.43
47- run : |
48- curl -L "$UDEPS_LINK/$UDEPS_VERSION/cargo-udeps-$UDEPS_VERSION-x86_64-unknown-linux-gnu.tar.gz" |
49- tar xz -C $HOME/.cargo/bin --strip-components 2
50-
51- - name : Run cargo-udeps
52- run : |
53- cargo +nightly udeps --all-targets
43+ # - name: Install cargo-udeps
44+ # env:
45+ # UDEPS_LINK: https://github.com/est31/cargo-udeps/releases/download
46+ # UDEPS_VERSION: v0.1.43
47+ # run: |
48+ # curl -L "$UDEPS_LINK/$UDEPS_VERSION/cargo-udeps-$UDEPS_VERSION-x86_64-unknown-linux-gnu.tar.gz" |
49+ # tar xz -C $HOME/.cargo/bin --strip-components 2
50+
51+ # - name: Run cargo-udeps
52+ # run: |
53+ # cargo +nightly udeps --all-targets
You can’t perform that action at this time.
0 commit comments