mirror of
https://github.com/scorpion-26/gBar.git
synced 2024-11-21 18:52:49 +00:00
Fix missing libsass dep for CI
libsass is now a required package since https://github.com/scorpion-26/gBar/pull/76
This commit is contained in:
parent
74a04abd53
commit
57eb5c5781
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 libdbusmenu-gtk3
|
||||
pacman -Syu --noconfirm base-devel gcc git ninja meson gtk-layer-shell pulseaudio wayland libdbusmenu-gtk3 libsass
|
||||
|
||||
- name: Download gBar
|
||||
uses: actions/checkout@v3.3.0
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
libpulseaudio
|
||||
stb
|
||||
libdbusmenu-gtk3
|
||||
libsass
|
||||
];
|
||||
});
|
||||
in {
|
||||
|
|
Loading…
Reference in a new issue