CI: Install pkg-config

This commit is contained in:
heiko.reese
2021-08-21 23:00:13 +02:00
parent f8f2a06abc
commit 26a591bedd

View File

@ -5,7 +5,7 @@ stages:
.build: .build:
stage: build stage: build
before_script: before_script:
- apt-get update && apt-get install -y build-essential exim4-dev libsodium-dev meson exim4-daemon-heavy - apt-get update && apt-get install -y build-essential exim4-dev libsodium-dev meson exim4-daemon-heavy pkg-config
script: script:
- meson build - meson build
- meson compile -C build - meson compile -C build