mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
Install curl for gitlab CI
This commit is contained in:
parent
29f8be9f65
commit
d4bc4c38a1
@ -7,6 +7,8 @@ variables:
|
||||
img:
|
||||
script:
|
||||
- |
|
||||
sudo apt-get update -qq &&
|
||||
sudo apt-get install -qq -y curl &&
|
||||
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain none &&
|
||||
./bootstrap.sh -d &&
|
||||
source "$HOME/.cargo/env" &&
|
||||
|
||||
Loading…
Reference in New Issue
Block a user