Skip to content
Snippets Groups Projects
Unverified Commit a347c53d authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Do not use sudo for gitlab CI

parent d4bc4c38
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,8 @@ variables:
img:
script:
- |
sudo apt-get update -qq &&
sudo apt-get install -qq -y curl &&
apt-get update -qq &&
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" &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment