mirror of
https://github.com/scorpion-26/gBar.git
synced 2024-11-24 12:12:09 +00:00
SNI: Add libdbusmenu-gtk3 to CI
This commit is contained in:
parent
b7a92e50d9
commit
67f048cd01
2 changed files with 2 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
|
||||
- name: Download pacman packages
|
||||
run: |
|
||||
pacman -Syu --noconfirm base-devel gcc git ninja meson gtk-layer-shell pulseaudio wayland
|
||||
pacman -Syu --noconfirm base-devel gcc git ninja meson gtk-layer-shell pulseaudio wayland libdbusmenu-gtk3
|
||||
|
||||
- name: Download gBar
|
||||
uses: actions/checkout@v3.3.0
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
gtk-layer-shell
|
||||
libpulseaudio
|
||||
stb
|
||||
libdbusmenu-gtk3
|
||||
];
|
||||
});
|
||||
in {
|
||||
|
|
Loading…
Reference in a new issue