summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-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"