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:
scorpion-26 2024-03-13 01:23:25 +01:00
parent 74a04abd53
commit 57eb5c5781
2 changed files with 2 additions and 1 deletions

View file

@ -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 pacman -Syu --noconfirm base-devel gcc git ninja meson gtk-layer-shell pulseaudio wayland libdbusmenu-gtk3 libsass
- name: Download gBar - name: Download gBar
uses: actions/checkout@v3.3.0 uses: actions/checkout@v3.3.0

View file

@ -31,6 +31,7 @@
libpulseaudio libpulseaudio
stb stb
libdbusmenu-gtk3 libdbusmenu-gtk3
libsass
]; ];
}); });
in { in {