diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-11-18 03:10:04 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-11-18 03:10:04 +0100 |
commit | 446ecfea0b1579ce14f8ccdab35b663375ace484 (patch) | |
tree | fc8cc5e49464bd32ecbec8b38df02c276f3c37ef /.gitlab-ci.yml | |
parent | Fix hunter messing with pkg-config (diff) | |
download | nheko-446ecfea0b1579ce14f8ccdab35b663375ace484.tar.xz |
Try to fix lmdbxx download
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 031e140c..590304db 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ variables: # prevent configure tzdata hanging apt install commands DEBIAN_FRONTEND: noninteractive -build-gcc7: +build-gcc9: stage: build image: ubuntu:20.04 tags: [docker] |