diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 1aa9cc50a..9c0e94bb2 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -189,7 +189,7 @@ jobs: # tooling info display echo "## tooling" which gcc >/dev/null 2>&1 && (gcc --version | head -1) || true - rustup -V + rustup -V 2>/dev/null rustup show active-toolchain cargo -V rustc -V @@ -410,7 +410,7 @@ jobs: # tooling info display echo "## tooling" which gcc >/dev/null 2>&1 && (gcc --version | head -1) || true - rustup -V + rustup -V 2>/dev/null rustup show active-toolchain cargo -V rustc -V diff --git a/.github/workflows/FixPR.yml b/.github/workflows/FixPR.yml index 5c87d5db0..cfcb6e597 100644 --- a/.github/workflows/FixPR.yml +++ b/.github/workflows/FixPR.yml @@ -64,7 +64,7 @@ jobs: ## tooling info display echo "## tooling" which gcc >/dev/null 2>&1 && (gcc --version | head -1) || true - rustup -V + rustup -V 2>/dev/null rustup show active-toolchain cargo -V rustc -V