Fix tzdata config breaking workflow

Also remove libglib2.0 installation since libgirepository1.0-dev should install that anyways
This commit is contained in:
ToMe25
2021-09-12 23:58:35 +00:00
committed by Robert Roth
parent b381fe4e5c
commit 1352f06f6a

View File

@@ -23,7 +23,6 @@ variables:
gettext
gtk-doc-tools
libgirepository1.0-dev
libglib2.0-dev
libtool
make
texinfo
@@ -64,7 +63,7 @@ build-ubuntu:
- tags
before_script:
- apt-get update
- apt-get install -y $UBUNTU_DEPENDENCIES
- DEBIAN_FRONTEND=noninteractive apt-get install -y $UBUNTU_DEPENDENCIES
script:
- mkdir _build
- cd _build