summaryrefslogtreecommitdiff
path: root/.github/workflows/archlinux.sh
diff options
context:
space:
mode:
authormbkma <[email protected]>2026-01-28 08:50:07 +0100
committermbkma <[email protected]>2026-01-28 08:50:07 +0100
commit5d217241844245172ee46763fccc365b359726e9 (patch)
treee7b30a01340c1c95151bd9bb38f0cc0a5e993c67 /.github/workflows/archlinux.sh
parent50186bf22d5200a56f92cebd98bd28cd06df7fbf (diff)
downloadpython-caja-5d217241844245172ee46763fccc365b359726e9.tar.bz2
python-caja-5d217241844245172ee46763fccc365b359726e9.tar.xz
ci: add missing packages and downstream links to CI scripts
Diffstat (limited to '.github/workflows/archlinux.sh')
-rwxr-xr-x.github/workflows/archlinux.sh8
1 files 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"