Install curl for gitlab CI

This commit is contained in:
Jeremy Soller 2023-03-01 11:42:57 -07:00
parent 29f8be9f65
commit d4bc4c38a1
No known key found for this signature in database
GPG key ID: DCFCA852D3906975

View file

@ -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" &&