Fix arch build by adding pacman-key --init
Some checks failed
CI Code / Check spelling (pull_request) Successful in 19s
CI Code / Linux (arch) (pull_request) Failing after 24s
CI Code / Check coding style (pull_request) Successful in 1m8s
CI Code / Linux (ubuntu) (pull_request) Has been cancelled
CI Code / Linux (debian) (pull_request) Has been cancelled

This commit is contained in:
2025-10-29 18:23:41 +01:00
parent 266f5aa046
commit 838446dce6

View File

@@ -1,5 +1,6 @@
FROM archlinux
RUN pacman-key --init
RUN pacman -Syu --noconfirm && pacman -S --needed --noconfirm \
autoconf \
autoconf-archive \