diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-08-20 01:29:37 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-08-20 01:29:37 +0200 |
| commit | da707051b0bc963b63aea209dc47108de15543f5 (patch) | |
| tree | 53f8de9f525057c62fc1b54f544d1aab85d8263e /.github | |
| parent | ee841499ee8ee4d073930b2645eb70a0e652b383 (diff) | |
stm32: add G0 to Ci
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/rust.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 7b6f0c39b..3ddda1a34 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml | |||
| @@ -92,7 +92,8 @@ jobs: | |||
| 92 | target: thumbv7em-none-eabihf | 92 | target: thumbv7em-none-eabihf |
| 93 | - package: examples/stm32f0 | 93 | - package: examples/stm32f0 |
| 94 | target: thumbv6m-none-eabi | 94 | target: thumbv6m-none-eabi |
| 95 | 95 | - package: examples/stm32g0 | |
| 96 | target: thumbv6m-none-eabi | ||
| 96 | steps: | 97 | steps: |
| 97 | - uses: actions/checkout@v2 | 98 | - uses: actions/checkout@v2 |
| 98 | with: | 99 | with: |
