From 69408fc8cc8a5539aee3f2d0964bed3c44a2c88d Mon Sep 17 00:00:00 2001 From: Roy Ivy III Date: Wed, 18 Mar 2020 00:02:54 -0500 Subject: [PATCH] maint/CICD ~ fix MinSRV testing (use correct toolchain) --- .github/workflows/CICD.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 863cd0a49..8c5c7baae 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -72,6 +72,7 @@ jobs: uses: actions-rs/toolchain@v1 with: toolchain: ${{ env.RUST_MIN_SRV }} + default: true profile: minimal # minimal component installation (ie, no documentation) - name: Test uses: actions-rs/cargo@v1