Do not use sudo for gitlab CI
This commit is contained in:
parent
d4bc4c38a1
commit
a347c53de6
|
@ -7,8 +7,8 @@ variables:
|
||||||
img:
|
img:
|
||||||
script:
|
script:
|
||||||
- |
|
- |
|
||||||
sudo apt-get update -qq &&
|
apt-get update -qq &&
|
||||||
sudo apt-get install -qq -y curl &&
|
apt-get install -qq -y curl &&
|
||||||
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain none &&
|
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain none &&
|
||||||
./bootstrap.sh -d &&
|
./bootstrap.sh -d &&
|
||||||
source "$HOME/.cargo/env" &&
|
source "$HOME/.cargo/env" &&
|
||||||
|
|
Loading…
Reference in a new issue