diff options
| author | mbkma <[email protected]> | 2026-01-28 09:00:32 +0100 |
|---|---|---|
| committer | mbkma <[email protected]> | 2026-01-28 09:00:32 +0100 |
| commit | e1adce10ca8d965df6a2522d27d5df9edcab48e8 (patch) | |
| tree | 7254dbdfe1734305a36bf0a7f738bf61dbd124b3 /.github/workflows/archlinux.sh | |
| parent | b1a16300d8a9f475e860f19a69e6a83da6a1df12 (diff) | |
| download | mate-desktop-e1adce10ca8d965df6a2522d27d5df9edcab48e8.tar.bz2 mate-desktop-e1adce10ca8d965df6a2522d27d5df9edcab48e8.tar.xz | |
ci: add missing PKGBUILD depends to archlinux CI script
Diffstat (limited to '.github/workflows/archlinux.sh')
| -rwxr-xr-x | .github/workflows/archlinux.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/archlinux.sh b/.github/workflows/archlinux.sh index 5a44812..7a78773 100755 --- a/.github/workflows/archlinux.sh +++ b/.github/workflows/archlinux.sh @@ -21,9 +21,12 @@ requires+=( gcc git gobject-introspection + gtk3 intltool + iso-codes make mate-common + startup-notification which ) |
