mirror of
https://github.com/scorpion-26/gBar.git
synced 2024-11-21 18:52:49 +00:00
Fix CI
For some reason glib2 only optdepends python-packaging, though it is *required* for gdbus-codegen (Part of glib2)
This commit is contained in:
parent
b35ce3f6b2
commit
2974233a5e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
||||||
pacman-key --populate archlinux
|
pacman-key --populate archlinux
|
||||||
- name: Download pacman packages
|
- name: Download pacman packages
|
||||||
run: |
|
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
|
- name: Download gBar
|
||||||
uses: actions/checkout@v4.1.2
|
uses: actions/checkout@v4.1.2
|
||||||
|
|
Loading…
Reference in a new issue