From 58a0ed2a4f1a4ee2a11562b11c5d26eeadcea9e0 Mon Sep 17 00:00:00 2001 From: Roy Ivy III Date: Wed, 15 Apr 2020 00:04:28 -0500 Subject: [PATCH] maint/CICD ~ show `cargo tree` tool version information during CICD --- .github/workflows/CICD.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 737a838f9..1df2fbaae 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -104,6 +104,7 @@ jobs: rustup show active-toolchain cargo -V rustc -V + cargo tree -V ## dependencies echo "## dependency list" cargo +stable fetch --quiet @@ -265,6 +266,7 @@ jobs: rustup show active-toolchain cargo -V rustc -V + cargo tree -V ## dependencies echo "## dependency list" cargo fetch --quiet