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:
- .cache
before_script:
- apt-get update
- apt-get install -y git libolm-dev
- mkdir -p .cache
- export GOPATH="$CI_PROJECT_DIR/.cache"