diff options
| author | mbkma <[email protected]> | 2026-01-28 09:00:33 +0100 |
|---|---|---|
| committer | mbkma <[email protected]> | 2026-01-28 09:00:33 +0100 |
| commit | 0982b4a3308a503a41f59d74c49eff4a2c6e8de7 (patch) | |
| tree | b08cdc9872e2fc6b87969bd998f3d8295e1af69e /.github | |
| parent | 5d217241844245172ee46763fccc365b359726e9 (diff) | |
| download | python-caja-0982b4a3308a503a41f59d74c49eff4a2c6e8de7.tar.bz2 python-caja-0982b4a3308a503a41f59d74c49eff4a2c6e8de7.tar.xz | |
ci: add missing PKGBUILD depends to archlinux CI script
Diffstat (limited to '.github')
| -rwxr-xr-x | .github/workflows/archlinux.sh | 4 |
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" |
