From 5d217241844245172ee46763fccc365b359726e9 Mon Sep 17 00:00:00 2001 From: mbkma Date: Wed, 28 Jan 2026 08:50:07 +0100 Subject: ci: add missing packages and downstream links to CI scripts --- .github/workflows/archlinux.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/archlinux.sh b/.github/workflows/archlinux.sh index 487e6d7..7860ed2 100755 --- a/.github/workflows/archlinux.sh +++ b/.github/workflows/archlinux.sh @@ -11,17 +11,17 @@ infoend() { # Required packages on Archlinux requires=( ccache # Use ccache to speed up build + clang # Build with clang on Archlinux ) +# https://gitlab.archlinux.org/archlinux/packaging/packages/python-caja requires+=( - autoconf-archive - caja gcc git + intltool make - mate-common - python-gobject which + mate-common ) infobegin "Update system" -- cgit v1.2.1