From 17a959853e938f9b3af316b5f362a854d976bb1f Mon Sep 17 00:00:00 2001 From: Roy Ivy III Date: Wed, 23 Jun 2021 10:05:49 -0500 Subject: [PATCH] maint/CICD ~ suppress useless `rustup` notices --- .github/workflows/CICD.yml | 4 ++-- .github/workflows/FixPR.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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