Skip to content

Commit 2615380

Browse files
authored
Merge pull request #424 from online-judge-tools/fix/debug-build-cargo-udeps
Make installation of cargo-udeps quick
2 parents 71c6a88 + 4c67afa commit 2615380

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/verify.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,11 @@ jobs:
7777

7878
# required only if you set `languages.rust.list_dependencies_backend.kind` to `"cargo-udeps"`
7979
- name: Install cargo-udeps for Rust
80-
uses: actions-rs/install@v0.1
80+
uses: baptiste0928/cargo-install@v2
8181
with:
8282
crate: cargo-udeps
83-
use-tool-cache: true
83+
version: '0.1.44'
84+
args: --debug
8485

8586
- name: Run tests
8687
env:

0 commit comments

Comments
 (0)