Run apt update before installing

This commit is contained in:
Tulir Asokan 2020-04-28 01:10:12 +03:00
parent 111dd72d7b
commit eb17971aa9

View File

@ -6,6 +6,7 @@ build:
paths: paths:
- .cache - .cache
before_script: before_script:
- apt-get update
- apt-get install -y git libolm-dev - apt-get install -y git libolm-dev
- mkdir -p .cache - mkdir -p .cache
- export GOPATH="$CI_PROJECT_DIR/.cache" - export GOPATH="$CI_PROJECT_DIR/.cache"