mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
add thumb target
This commit is contained in:
parent
b1659aa54f
commit
5ab7893786
3
.github/workflows/rust.yml
vendored
3
.github/workflows/rust.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue