aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/rust.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index a0eefd3a9..44e092a67 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -19,6 +19,7 @@ jobs:
19 with: 19 with:
20 toolchain: nightly 20 toolchain: nightly
21 target: thumbv7em-none-eabi 21 target: thumbv7em-none-eabi
22 components: rust-src
22 override: true 23 override: true
23 - name: Build 24 - name: Build
24 run: ./test-build.sh 25 run: ./test-build.sh