1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00

Only install parts of boost that are actually needed to reduce CI time

This commit is contained in:
Ivan Savenko 2024-03-29 15:01:49 +02:00
parent 19860de137
commit 2d27a632cc
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
sudo apt-get update
# Dependencies
sudo apt-get install libboost-all-dev \
sudo apt-get install libboost-dev libboost-filesystem-dev libboost-system-dev libboost-thread-dev libboost-program-options-dev libboost-locale-dev \
libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev \
qt6-base-dev qt6-base-dev-tools qt6-tools-dev qt6-tools-dev-tools qt6-l10n-tools \
ninja-build zlib1g-dev libavformat-dev libswscale-dev libtbb-dev libluajit-5.1-dev \

View File

@ -3,7 +3,7 @@
sudo apt-get update
# Dependencies
sudo apt-get install libboost-all-dev \
sudo apt-get install libboost-dev libboost-filesystem-dev libboost-system-dev libboost-thread-dev libboost-program-options-dev libboost-locale-dev \
libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev \
qtbase5-dev \
ninja-build zlib1g-dev libavformat-dev libswscale-dev libtbb-dev libluajit-5.1-dev \