Update .gitlab-ci.yml

This commit is contained in:
Sebastian Hugentobler 2017-03-21 12:36:38 +00:00
parent 4f97089eff
commit 052684d4ed

View File

@ -1,7 +1,7 @@
image: ubuntu image: ubuntu
before_script: before_script:
- apt-get update -qq && apt-get install -y -qq curl libssl-dev build-essential - apt-get update -qq && apt-get install -y -qq curl libssl-dev pkg-config build-essential
- curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y - curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y
build: build: