diff options
| author | Bob McWhirter <[email protected]> | 2021-11-02 15:11:30 -0400 |
|---|---|---|
| committer | Bob McWhirter <[email protected]> | 2021-11-02 15:11:30 -0400 |
| commit | ee1ea44b600598f646b9a84347756b3f0d2988a5 (patch) | |
| tree | 104489c6a52a33d45a73d1239ce815cdc16be1a2 /.github/workflows | |
| parent | eaaaa2460a928da442f0a1e056e854a61127b8a4 (diff) | |
Add stm32u5 examples to CI run.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/rust.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 7d91357d1..759435d8b 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml | |||
| @@ -117,6 +117,8 @@ jobs: | |||
| 117 | target: thumbv7m-none-eabi | 117 | target: thumbv7m-none-eabi |
| 118 | - package: examples/stm32f7 | 118 | - package: examples/stm32f7 |
| 119 | target: thumbv7em-none-eabihf | 119 | target: thumbv7em-none-eabihf |
| 120 | - package: examples/stm32u5 | ||
| 121 | target: thumbv7em-none-eabihf | ||
| 120 | steps: | 122 | steps: |
| 121 | - uses: actions/checkout@v2 | 123 | - uses: actions/checkout@v2 |
| 122 | with: | 124 | with: |
