diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-03-29 04:32:46 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-03-29 21:35:25 +0200 |
| commit | 5f6f1c38d925c4ddc1df31e00bb9038e1c1875bb (patch) | |
| tree | adab8bff8e6d91c4ae9a74dc27c7fe4fb9f6099c | |
| parent | 2cd3bdc90cf5da6d07ddad91e875733b8e354dc5 (diff) | |
rp: Add to Ci
| -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 19499632d..d1a7ade0b 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml | |||
| @@ -64,6 +64,8 @@ jobs: | |||
| 64 | - package: embassy-stm32l0 | 64 | - package: embassy-stm32l0 |
| 65 | target: thumbv6m-none-eabi | 65 | target: thumbv6m-none-eabi |
| 66 | features: stm32l0x2,defmt | 66 | features: stm32l0x2,defmt |
| 67 | - package: embassy-rp-examples | ||
| 68 | target: thumbv6m-none-eabi | ||
| 67 | 69 | ||
| 68 | steps: | 70 | steps: |
| 69 | - uses: actions/checkout@v2 | 71 | - uses: actions/checkout@v2 |
