mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Added curl
Former-commit-id: 68bc6cb4acf734acf4b0e6ef5e8d5900e5e5f35a
This commit is contained in:
parent
7840519ba9
commit
af250ce03a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user