mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-03 12:39:41 +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
1 changed files with 2 additions and 1 deletions
|
@ -86,7 +86,7 @@ declare -rA GROUPED_DEPS=(
|
|||
libswresample3
|
||||
libswscale5
|
||||
libtinyxml2.6.2v5
|
||||
libyaml-cpp0.7
|
||||
libyaml-cpp0.8
|
||||
python3-pip
|
||||
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/staging
|
||||
apt-get -qq -o dir::cache::archives="$APT_CACHE_DIR" install -y --no-install-recommends "${deps[@]}" >/dev/null
|
||||
apt list --installed
|
||||
|
|
Loading…
Reference in a new issue