aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-02-28 22:06:47 +0100
committerDario Nieuwenhuis <[email protected]>2021-02-28 22:06:47 +0100
commitffab3916f450279fa4bc75dd5df9b5deac4e2345 (patch)
tree7ad8d8abcfd632ffdff2b95f5878f64ee36b2a68 /.github
parent7433dc1039fb16bdadda401a22e1a0c3db4eafc9 (diff)
Install rust-src in ci
Diffstat (limited to '.github')
-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