From 17359595bbf5e337f7e780f0e70d58dc36093a3c Mon Sep 17 00:00:00 2001 From: Jonathan Pallant Date: Fri, 22 Nov 2024 10:06:40 +0000 Subject: [PATCH] Add target to CI file --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 67f9982..a4ff929 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -103,6 +103,7 @@ jobs: - name: Add Rust Targets and Tools run: | rustup target add thumbv7em-none-eabihf + rustup target add thumbv7em-none-eabi rustup target add armv7r-none-eabihf rustup target add aarch64-unknown-none rustup component add llvm-tools-preview