Skip to content

Commit 8a8b48a

Browse files
Lokathorgnzlbg
authored andcommitted
I forgot that we need to install more
1 parent 2fdd3ac commit 8a8b48a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ matrix:
6666
env: TARGET=thumbv7em-none-eabihf NORUN=1 NOSTD=1 NO_DOCKER=1
6767
- name: "Game Boy Advance - build libcore only"
6868
env: NORUN=1 NOSTD=1 NO_DOCKER=1
69-
install: cargo install xargo
69+
install:
70+
- rustup component add rust-src
71+
- cargo install xargo
7072
script:
7173
# Obtain the devkitPro tools, using `target/` as a temp directory. This
7274
# is required because we need to use their linker. `lld` uses the `BLX`

0 commit comments

Comments
 (0)