summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.github/workflows/archlinux.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/archlinux.sh b/.github/workflows/archlinux.sh
index dacaa31..d5cd761 100755
--- a/.github/workflows/archlinux.sh
+++ b/.github/workflows/archlinux.sh
@@ -11,17 +11,22 @@ infoend() {
# Required packages on Archlinux
requires=(
ccache # Use ccache to speed up build
+ clang # Build with clang on Archlinux
meson # Used for meson build
)
+# https://gitlab.archlinux.org/archlinux/packaging/packages/mozo
requires+=(
+ autoconf-archive
gcc
+ gettext
git
gtk3
- intltool
make
mate-common
mate-menus
+ mate-panel
+ python
python-gobject
which
)