CI: Install sassc
In case sassc is installed the build systems will try to regenerate the css files. This makes sure we test that code path.
This commit is contained in:
@ -50,6 +50,7 @@ RUN dnf -y install \
|
|||||||
python3-wheel \
|
python3-wheel \
|
||||||
redhat-rpm-config \
|
redhat-rpm-config \
|
||||||
rest-devel \
|
rest-devel \
|
||||||
|
sassc \
|
||||||
vulkan-devel \
|
vulkan-devel \
|
||||||
wayland-devel \
|
wayland-devel \
|
||||||
wayland-protocols-devel \
|
wayland-protocols-devel \
|
||||||
|
|||||||
@ -28,7 +28,8 @@ pacman --noconfirm -S --needed \
|
|||||||
mingw-w64-$MSYS2_ARCH-shared-mime-info \
|
mingw-w64-$MSYS2_ARCH-shared-mime-info \
|
||||||
mingw-w64-$MSYS2_ARCH-meson \
|
mingw-w64-$MSYS2_ARCH-meson \
|
||||||
mingw-w64-$MSYS2_ARCH-ninja \
|
mingw-w64-$MSYS2_ARCH-ninja \
|
||||||
mingw-w64-$MSYS2_ARCH-gtk-doc
|
mingw-w64-$MSYS2_ARCH-gtk-doc \
|
||||||
|
mingw-w64-$MSYS2_ARCH-sassc
|
||||||
|
|
||||||
mkdir -p _ccache
|
mkdir -p _ccache
|
||||||
export CCACHE_BASEDIR="$(pwd)"
|
export CCACHE_BASEDIR="$(pwd)"
|
||||||
|
|||||||
Reference in New Issue
Block a user