diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0accb3731..ac2ace475 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,11 +64,9 @@ jobs: uses: actions/checkout@v3 - name: Install Rust - uses: actions-rs/toolchain@v1 + uses: dtolnay/rust-toolchain@v1 with: - override: true toolchain: ${{ matrix.rust }} - profile: minimal - name: Install and configure Cross if: matrix.target != '' @@ -163,11 +161,9 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - name: Install Rust - uses: actions-rs/toolchain@v1 + uses: dtolnay/rust-toolchain@v1 with: - override: true toolchain: stable - profile: minimal components: rustfmt - name: Check formatting run: |