aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/rust.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/rust.yml')
-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 006416121..cdfe354ce 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -18,8 +18,9 @@ jobs:
18 - uses: actions-rs/toolchain@v1 18 - uses: actions-rs/toolchain@v1
19 with: 19 with:
20 toolchain: nightly 20 toolchain: nightly
21 target: thumbv7em-none-eabi
22 components: rust-src 21 components: rust-src
23 override: true 22 override: true
23 - name: install
24 run: rustup target add thumbv7em-none-eabi thumbv6m-none-eabi
24 - name: Build 25 - name: Build
25 run: ./ci.sh 26 run: ./ci.sh