mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 00:48:35 +00:00
use udeps git in ci
This commit is contained in:
parent
bfa9f7ef01
commit
c1e209581b
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -208,7 +208,8 @@ jobs:
|
|||
|
||||
- name: cargo-udeps
|
||||
run: |
|
||||
cargo install --locked cargo-udeps
|
||||
# cargo install --locked cargo-udeps
|
||||
cargo install --git https://github.com/est31/cargo-udeps --locked
|
||||
cargo +nightly udeps --all-targets
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue