diff options
| author | mbkma <[email protected]> | 2026-01-28 08:50:07 +0100 |
|---|---|---|
| committer | mbkma <[email protected]> | 2026-01-28 08:50:07 +0100 |
| commit | 5d217241844245172ee46763fccc365b359726e9 (patch) | |
| tree | e7b30a01340c1c95151bd9bb38f0cc0a5e993c67 | |
| parent | 50186bf22d5200a56f92cebd98bd28cd06df7fbf (diff) | |
| download | python-caja-5d217241844245172ee46763fccc365b359726e9.tar.bz2 python-caja-5d217241844245172ee46763fccc365b359726e9.tar.xz | |
ci: add missing packages and downstream links to CI scripts
| -rwxr-xr-x | .github/workflows/archlinux.sh | 8 |
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" |
