diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index e41b088..998b5d1 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -23,7 +23,7 @@ jobs: - name: Install `rust` toolchain uses: actions-rs/toolchain@v1 with: - toolchain: stable + toolchain: ${{ env.RUST_MIN_SRV }} override: true profile: minimal # minimal component installation (ie, no documentation) components: rustfmt, clippy