I forgot that we need to install more
This commit is contained in:
parent
b0771647a8
commit
8960bcd5e0
1 changed files with 3 additions and 1 deletions
|
|
@ -66,7 +66,9 @@ matrix:
|
|||
env: TARGET=thumbv7em-none-eabihf NORUN=1 NOSTD=1 NO_DOCKER=1
|
||||
- name: "Game Boy Advance - build libcore only"
|
||||
env: NORUN=1 NOSTD=1 NO_DOCKER=1
|
||||
install: cargo install xargo
|
||||
install:
|
||||
- rustup component add rust-src
|
||||
- cargo install xargo
|
||||
script:
|
||||
# Obtain the devkitPro tools, using `target/` as a temp directory. This
|
||||
# is required because we need to use their linker. `lld` uses the `BLX`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue