diff options
Diffstat (limited to '.github/workflows/rolling.yml')
| -rw-r--r-- | .github/workflows/rolling.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/rolling.yml b/.github/workflows/rolling.yml index 4c9e9718a..386c0df5c 100644 --- a/.github/workflows/rolling.yml +++ b/.github/workflows/rolling.yml | |||
| @@ -25,6 +25,9 @@ jobs: | |||
| 25 | submodules: true | 25 | submodules: true |
| 26 | - name: Install stable | 26 | - name: Install stable |
| 27 | uses: dtolnay/rust-toolchain@stable | 27 | uses: dtolnay/rust-toolchain@stable |
| 28 | with: | ||
| 29 | targets: thumbv8m.main-none-eabihf | ||
| 30 | |||
| 28 | - name: cargo install cargo-hack | 31 | - name: cargo install cargo-hack |
| 29 | uses: taiki-e/install-action@cargo-hack | 32 | uses: taiki-e/install-action@cargo-hack |
| 30 | - name: cargo check | 33 | - name: cargo check |
| @@ -62,6 +65,7 @@ jobs: | |||
| 62 | uses: dtolnay/rust-toolchain@master | 65 | uses: dtolnay/rust-toolchain@master |
| 63 | with: | 66 | with: |
| 64 | toolchain: ${{ matrix.msrv }} | 67 | toolchain: ${{ matrix.msrv }} |
| 68 | targets: thumbv8m.main-none-eabihf | ||
| 65 | - name: cargo +${{ matrix.msrv }} check | 69 | - name: cargo +${{ matrix.msrv }} check |
| 66 | run: | | 70 | run: | |
| 67 | cargo update | 71 | cargo update |
