summary refs log tree commit diff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-11-18 03:10:04 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-11-18 03:10:04 +0100
commit446ecfea0b1579ce14f8ccdab35b663375ace484 (patch)
treefc8cc5e49464bd32ecbec8b38df02c276f3c37ef /.gitlab-ci.yml
parentFix hunter messing with pkg-config (diff)
downloadnheko-446ecfea0b1579ce14f8ccdab35b663375ace484.tar.xz
Try to fix lmdbxx download
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
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]