Added curl

Former-commit-id: e1807ff3b3424ca47979e11407478524ad34f686
This commit is contained in:
Forest Anderson 2019-04-23 13:42:40 -04:00 committed by Forest
parent 1e6cb8f6ee
commit c3742f9360

View File

@ -13,6 +13,7 @@ rust-nightly:
image: ubuntu:latest
script:
- apt-get update
- apt-get install curl -y
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly
- source /root/.cargo/bin:$PATH
- cargo build