Skip to content

Commit

Permalink
Merge pull request #424 from online-judge-tools/fix/debug-build-cargo…
Browse files Browse the repository at this point in the history
…-udeps

Make installation of cargo-udeps quick
  • Loading branch information
koba-e964 authored Dec 6, 2023
2 parents 71c6a88 + 4c67afa commit 2615380
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,11 @@ jobs:

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

- name: Run tests
env:
Expand Down

0 comments on commit 2615380

Please sign in to comment.