mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 10:33:41 -05:00
Run apt update before installing
This commit is contained in:
parent
111dd72d7b
commit
eb17971aa9
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue