diff options
| author | Felipe Balbi <[email protected]> | 2025-11-13 09:06:43 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-11-13 09:06:43 -0800 |
| commit | 7480db25d5cc1866a3e037bfb89f990d9847bd10 (patch) | |
| tree | 8128d3f0ba58c530a5fb83f6eca62a8b12a1709b /.github/workflows/rolling.yml | |
| parent | 6eb28d3e7b7290d2998229b1bfb624e33575ea83 (diff) | |
| parent | f1636f3913e06f84ec2a097924bd7154b9bb1a3c (diff) | |
Merge pull request #13 from jamesmunns/james/repac
Switch to new PAC commit
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 |
