aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/rust.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 2035c96dc..118143daa 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -88,6 +88,8 @@ jobs:
88 target: thumbv6m-none-eabi 88 target: thumbv6m-none-eabi
89 - package: examples/stm32wb55 89 - package: examples/stm32wb55
90 target: thumbv7em-none-eabihf 90 target: thumbv7em-none-eabihf
91 - package: examples/stm32f0
92 target: thumbv6m-none-eabi
91 93
92 steps: 94 steps:
93 - uses: actions/checkout@v2 95 - uses: actions/checkout@v2