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