Skip to content
Snippets Groups Projects
Unverified Commit 6a422045 authored by Dan Robertson's avatar Dan Robertson
Browse files

ci: Ensure that the correct compiler is installed

Ensure that a compiler is installed when the aarch64 CI build is run.
parent 722732b6
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,8 @@ env:
- TARGET=x86_64-unknown-redox
rust:
- nightly
install:
- if [ $TARGET == "aarch64-unknown-linux-gnu" ]; then sudo apt-get install gcc-aarch64-linux-gnu; fi
before_script:
- rustup component add rustfmt-preview
- if [ -n "$TARGET" ]; then rustup target add $TARGET; fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment