aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/rust.yml3
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: