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