mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
maint/CICD ~ show cargo tree
tool version information during CICD
This commit is contained in:
parent
24e7e12169
commit
58a0ed2a4f
1 changed files with 2 additions and 0 deletions
2
.github/workflows/CICD.yml
vendored
2
.github/workflows/CICD.yml
vendored
|
@ -104,6 +104,7 @@ jobs:
|
||||||
rustup show active-toolchain
|
rustup show active-toolchain
|
||||||
cargo -V
|
cargo -V
|
||||||
rustc -V
|
rustc -V
|
||||||
|
cargo tree -V
|
||||||
## dependencies
|
## dependencies
|
||||||
echo "## dependency list"
|
echo "## dependency list"
|
||||||
cargo +stable fetch --quiet
|
cargo +stable fetch --quiet
|
||||||
|
@ -265,6 +266,7 @@ jobs:
|
||||||
rustup show active-toolchain
|
rustup show active-toolchain
|
||||||
cargo -V
|
cargo -V
|
||||||
rustc -V
|
rustc -V
|
||||||
|
cargo tree -V
|
||||||
## dependencies
|
## dependencies
|
||||||
echo "## dependency list"
|
echo "## dependency list"
|
||||||
cargo fetch --quiet
|
cargo fetch --quiet
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue