From a002ea698aaa2336b6b1560729f806d6b5b4a3eb Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 1 Jul 2021 16:21:02 -0500 Subject: [PATCH] chore(gh): Fix toolchain versions --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75373f8..5e926ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,7 @@ jobs: with: toolchain: stable profile: minimal + override: true - uses: Swatinem/rust-cache@v1 - name: Default features run: cargo check --workspace --all-targets @@ -55,6 +56,7 @@ jobs: with: toolchain: ${{ matrix.rust }} profile: minimal + override: true - uses: Swatinem/rust-cache@v1 - name: Default features run: cargo test --workspace @@ -74,6 +76,7 @@ jobs: with: toolchain: 1.40.0 # MSRV profile: minimal + override: true - uses: Swatinem/rust-cache@v1 - name: Default features run: cargo check --workspace --all-targets @@ -93,6 +96,7 @@ jobs: with: toolchain: stable profile: minimal + override: true - uses: Swatinem/rust-cache@v1 - name: Check documentation env: @@ -109,6 +113,7 @@ jobs: with: toolchain: stable profile: minimal + override: true components: rustfmt - uses: Swatinem/rust-cache@v1 - name: Check formatting @@ -124,6 +129,7 @@ jobs: with: toolchain: 1.40.0 # MSRV profile: minimal + override: true components: clippy - uses: Swatinem/rust-cache@v1 - uses: actions-rs/clippy-check@v1 @@ -143,6 +149,7 @@ jobs: with: toolchain: stable profile: minimal + override: true components: clippy - uses: Swatinem/rust-cache@v1 - uses: actions-rs/clippy-check@v1