add thumb target

This commit is contained in:
Corwin Kuiper 2021-04-10 22:36:20 +01:00 committed by Corwin
parent b1659aa54f
commit 5ab7893786

View file

@ -14,12 +14,13 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Install build tools - 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 - uses: actions/checkout@v2
- name: Nightly rust with required components - name: Nightly rust with required components
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1
with: with:
toolchain: nightly toolchain: nightly
target: thumbv4t-none-eabi
components: clippy, rust-src components: clippy, rust-src
- name: Cache - name: Cache