CI: install brotli in msys2
Not a direct dependency, but the freetype package is missing it atm
This commit is contained in:
parent
628245fbf5
commit
8b9ce87fc7
@ -30,6 +30,9 @@ pacman --noconfirm -S --needed \
|
|||||||
mingw-w64-$MSYS2_ARCH-ninja \
|
mingw-w64-$MSYS2_ARCH-ninja \
|
||||||
mingw-w64-$MSYS2_ARCH-gtk-doc
|
mingw-w64-$MSYS2_ARCH-gtk-doc
|
||||||
|
|
||||||
|
# https://github.com/msys2/MINGW-packages/pull/6465
|
||||||
|
pacman --noconfirm -S --needed mingw-w64-$MSYS2_ARCH-brotli
|
||||||
|
|
||||||
mkdir -p _ccache
|
mkdir -p _ccache
|
||||||
export CCACHE_BASEDIR="$(pwd)"
|
export CCACHE_BASEDIR="$(pwd)"
|
||||||
export CCACHE_DIR="${CCACHE_BASEDIR}/_ccache"
|
export CCACHE_DIR="${CCACHE_BASEDIR}/_ccache"
|
||||||
|
Loading…
Reference in New Issue
Block a user