diff options
| author | Bob McWhirter <[email protected]> | 2021-06-08 10:41:18 -0400 |
|---|---|---|
| committer | Bob McWhirter <[email protected]> | 2021-06-08 10:41:18 -0400 |
| commit | a407558e3f0df9dd9e8f4899608a7ab5187a0af8 (patch) | |
| tree | 6de9b663d1d5be935a950b9436670ea75c935687 /.github | |
| parent | cf3c021c3745c3f555b650f019fd8b1d4982443b (diff) | |
Add to GHA.
Diffstat (limited to '.github')
| -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 3fdc10ab2..c73c6c7e3 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml | |||
| @@ -80,6 +80,8 @@ jobs: | |||
| 80 | features: stm32l053r8,defmt | 80 | features: stm32l053r8,defmt |
| 81 | - package: examples/stm32f4 | 81 | - package: examples/stm32f4 |
| 82 | target: thumbv7em-none-eabi | 82 | target: thumbv7em-none-eabi |
| 83 | - package: examples/stm32l4 | ||
| 84 | target: thumbv7em-none-eabi | ||
| 83 | 85 | ||
| 84 | steps: | 86 | steps: |
| 85 | - uses: actions/checkout@v2 | 87 | - uses: actions/checkout@v2 |
