mirror of
https://github.com/scorpion-26/gBar.git
synced 2024-11-24 12:12:09 +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
|
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
|
||||||
|
|
|
@ -31,6 +31,7 @@
|
||||||
libpulseaudio
|
libpulseaudio
|
||||||
stb
|
stb
|
||||||
libdbusmenu-gtk3
|
libdbusmenu-gtk3
|
||||||
|
libsass
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
in {
|
in {
|
||||||
|
|
Loading…
Reference in a new issue