ci: install gpgme-devel for db test

This prepares the usage of the `internal/container` from composer
directly, as opposed to the existing use in the worker. Said pkg
uses the `containers/image/v5`, which uses `proglottis/gpgme` and
the latter needs the gpgme C library. We therefore install it and
its dependencies.
This commit is contained in:
Christian Kellner 2022-07-11 18:22:43 +02:00 committed by Ondřej Budai
parent 4c55063a55
commit 4b67e12958

View file

@ -57,6 +57,9 @@ jobs:
ports:
- 5432:5432
steps:
# gpgme-devel is needed for container upload dependencies
- name: Install test dependencies
run: sudo apt-get install -y libgpgme-dev
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with: