[ci] Don’t install unused dependencies

This is a cross build job, native libraries are not used.
This commit is contained in:
Khaled Hosny 2021-08-15 18:27:32 +02:00
parent ddb4f9b967
commit f73053edaf
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ jobs:
executor: win32-executor
steps:
- checkout
- run: sudo apt update && DEBIAN_FRONTEND=noninteractive sudo apt install -y ninja-build binutils gcc g++ pkg-config ragel gtk-doc-tools libfreetype6-dev libglib2.0-dev libcairo2-dev libicu-dev libgraphite2-dev python3 python3-pip git g++-mingw-w64-i686 zip
- run: sudo apt update && DEBIAN_FRONTEND=noninteractive sudo apt install -y ninja-build gtk-doc-tools python3 python3-pip git g++-mingw-w64-i686 zip
- run: pip3 install meson==0.56.0 --upgrade
- run: .ci/build-win32.sh
- store_artifacts: