Fix arch build by adding pacman-key --init and updating gtk2 to gtk3
All checks were successful
CI Code / Check coding style (pull_request) Successful in 36s
CI Code / Check spelling (pull_request) Successful in 1m1s
CI Code / Linux (debian) (pull_request) Successful in 12m26s
CI Code / Linux (ubuntu) (pull_request) Successful in 12m44s
CI Code / Linux (arch) (pull_request) Successful in 14m22s

This commit is contained in:
2025-10-29 20:27:33 +01:00
parent 838446dce6
commit f33ae6be4f

View File

@@ -16,7 +16,7 @@ RUN pacman -Syu --noconfirm && pacman -S --needed --noconfirm \
gcc \
git \
gpgme \
gtk2 \
gtk3 \
libgcrypt \
libmicrohttpd \
libnotify \