great, had to remove sudo

This commit is contained in:
Phuntsok Drak-pa 2018-11-11 18:43:41 +01:00
parent 1ef77bd840
commit 8722f52a98

View File

@ -10,7 +10,7 @@ cache:
before_script:
- export APT_CACHE_DIR=`pwd`/apt-cache && mkdir -pv $APT_CACHE_DIR
- sudo apt-get update -yq && sudo apt-get -o dir::cache::archives="$APT_CACHE_DIR" install -y build-essential cmake
- apt-get update -yq && apt-get -o dir::cache::archives="$APT_CACHE_DIR" install -y build-essential cmake
build:
stage: build