aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-03-04 21:40:54 +0100
committerDario Nieuwenhuis <[email protected]>2021-03-04 21:56:31 +0100
commit18f6b8ad689cb87f81b572d5131a09e33fc9857d (patch)
tree73bd20578c96a9c1dc5a9a47a08f04bb8a60586e /.github
parent88946840d1f6fdc924a4f0a9980d17f1d2c456fa (diff)
thumbv6m support with emulated atomics
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 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