mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-17 10:21:11 +00:00
Merge branch 'fix_libyaml' into 'master'
Fix libyaml in CI See merge request OpenMW/openmw!3581
This commit is contained in:
commit
4b2044720b
@ -86,7 +86,7 @@ declare -rA GROUPED_DEPS=(
|
|||||||
libswresample3
|
libswresample3
|
||||||
libswscale5
|
libswscale5
|
||||||
libtinyxml2.6.2v5
|
libtinyxml2.6.2v5
|
||||||
libyaml-cpp0.7
|
libyaml-cpp0.8
|
||||||
python3-pip
|
python3-pip
|
||||||
xvfb
|
xvfb
|
||||||
"
|
"
|
||||||
@ -125,3 +125,4 @@ add-apt-repository -y ppa:openmw/openmw
|
|||||||
add-apt-repository -y ppa:openmw/openmw-daily
|
add-apt-repository -y ppa:openmw/openmw-daily
|
||||||
add-apt-repository -y ppa:openmw/staging
|
add-apt-repository -y ppa:openmw/staging
|
||||||
apt-get -qq -o dir::cache::archives="$APT_CACHE_DIR" install -y --no-install-recommends "${deps[@]}" >/dev/null
|
apt-get -qq -o dir::cache::archives="$APT_CACHE_DIR" install -y --no-install-recommends "${deps[@]}" >/dev/null
|
||||||
|
apt list --installed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user