Modify rustup setup

pull/37/head
Andre Richter 5 years ago committed by Andre Richter
parent 6d3d984b7d
commit 4d37f70544
No known key found for this signature in database
GPG Key ID: 2116C1AB102F615E

@ -23,10 +23,10 @@ jobs:
ruby-version: 2.x
- name: Set up Rust nightly
run: |
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly --component rust-src llvm-tools-preview
source $HOME/.cargo/env
rustup self update
rustup toolchain install nightly --component rust-src llvm-tools-preview
rustup default nightly
cargo install cargo-xbuild cargo-binutils
- name: Make all
run: |
ruby utils/make_all.rb

Loading…
Cancel
Save