mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +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
|
- name: cargo-udeps
|
||||||
run: |
|
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
|
cargo +nightly udeps --all-targets
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue