diff options
author | Colomban Wendling <[email protected]> | 2025-03-11 23:51:30 +0100 |
---|---|---|
committer | Colomban Wendling <[email protected]> | 2025-03-12 09:45:10 +0100 |
commit | b0d238cb955c8ea08573aac870b57787fe72683c (patch) | |
tree | 052b2751f9e1d0073ebe67ca65cd0fc9665d9c1c | |
parent | b8ce2d0a960b6fc195f74c0f626b5b438cd199dd (diff) | |
download | mate-panel-b0d238cb955c8ea08573aac870b57787fe72683c.tar.bz2 mate-panel-b0d238cb955c8ea08573aac870b57787fe72683c.tar.xz |
github-actions: Add missing dependency on Arch
-rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b8c41274..ba2e0155 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,6 +71,7 @@ env: clang gcc git + glib2-devel gobject-introspection gtk-layer-shell itstool |