From 5ab7893786bddbce427108f6266812c91aeb5c5f Mon Sep 17 00:00:00 2001 From: Corwin Kuiper Date: Sat, 10 Apr 2021 22:36:20 +0100 Subject: [PATCH] add thumb target --- .github/workflows/rust.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 1d168185..e7fb6a42 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -14,12 +14,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Install build tools - run: sudo apt-get update && sudo apt-get install build-essential binutils-arm-none-eabi mgba-qt -y + run: sudo apt-get update && sudo apt-get install xvfb build-essential binutils-arm-none-eabi mgba-qt -y - uses: actions/checkout@v2 - name: Nightly rust with required components uses: actions-rs/toolchain@v1 with: toolchain: nightly + target: thumbv4t-none-eabi components: clippy, rust-src - name: Cache