summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rwxr-xr-x.github/workflows/archlinux.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/archlinux.sh b/.github/workflows/archlinux.sh
index 7860ed2..84e63fd 100755
--- a/.github/workflows/archlinux.sh
+++ b/.github/workflows/archlinux.sh
@@ -16,12 +16,14 @@ requires=(
# https://gitlab.archlinux.org/archlinux/packaging/packages/python-caja
requires+=(
+ caja
gcc
git
intltool
make
- which
mate-common
+ python-gobject
+ which
)
infobegin "Update system"