diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d76fda9..b9246a9 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -71,17 +71,17 @@ jobs: name: Check MSRV runs-on: ubuntu-latest steps: - - name: Checkout - uses: actions/checkout@v3 - - uses: hecrj/setup-rust-action@v1 - with: - rust-version: "1.60" - - name: Install Protoc - uses: arduino/setup-protoc@v1 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - - name: Check - run: cargo check --all --all-targets --all-features + - name: Checkout + uses: actions/checkout@v3 + - uses: hecrj/setup-rust-action@v1 + with: + rust-version: "1.60" + - name: Install Protoc + uses: arduino/setup-protoc@v1 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + - name: Check + run: cargo check --all --all-targets --all-features test: runs-on: ${{ matrix.os }}