From 18f6b8ad689cb87f81b572d5131a09e33fc9857d Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Thu, 4 Mar 2021 21:40:54 +0100 Subject: thumbv6m support with emulated atomics --- .github/workflows/rust.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github/workflows') 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: - uses: actions-rs/toolchain@v1 with: toolchain: nightly - target: thumbv7em-none-eabi components: rust-src override: true + - name: install + run: rustup target add thumbv7em-none-eabi thumbv6m-none-eabi - name: Build run: ./ci.sh -- cgit