For some reason glib2 only optdepends python-packaging, though it is *required* for gdbus-codegen (Part of glib2)
This commit is contained in:
scorpion-26 2024-03-26 22:06:49 +01:00 committed by GitHub
parent b35ce3f6b2
commit 2974233a5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@ jobs:
pacman-key --populate archlinux
- name: Download pacman packages
run: |
pacman -Syu --noconfirm base-devel gcc git ninja meson gtk-layer-shell pulseaudio wayland libdbusmenu-gtk3 libsass
pacman -Syu --noconfirm base-devel gcc git ninja meson gtk-layer-shell pulseaudio wayland libdbusmenu-gtk3 libsass python-packaging
- name: Download gBar
uses: actions/checkout@v4.1.2