diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 16bad50..4cf15f4 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -42,10 +42,10 @@ jobs: uses: actions/checkout@v2 - name: Set up toolchain uses: actions-rs/toolchain@v1 - with: - toolchain: stable - target: ${{ matrix.target }} - override: true + with: + toolchain: stable + target: ${{ matrix.target }} + override: true - name: Cache cargo builds uses: actions/cache@v2 with: