diff options
| author | James Munns <[email protected]> | 2025-11-13 18:11:22 +0100 |
|---|---|---|
| committer | James Munns <[email protected]> | 2025-11-13 18:11:22 +0100 |
| commit | 0f8e7650b937aa5d4accef3fdf01047afe099df3 (patch) | |
| tree | f14a38f1ce61d8749224304c6c84bf3673cb3b01 /.github/workflows/rolling.yml | |
| parent | dd7a90eb51197fae6ef6c6b7beae977a9143e268 (diff) | |
| parent | 7480db25d5cc1866a3e037bfb89f990d9847bd10 (diff) | |
Merge remote-tracking branch 'origin/main' into james/impl-clocks
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 |
