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