summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBret Curtis <psi29a@gmail.com>2023-08-07 21:47:45 +0200
committerBret Curtis <psi29a@gmail.com>2023-08-07 21:47:45 +0200
commitd60ae9a5ca7f4df05eb40cfd4919a4647f6efbd5 (patch)
tree1fa6df95c3101f2e442133e28624288e0bad1206
parent8a6abe3c2b271a1a3abbbf523c75e4e2ccc475b3 (diff)
make sure we are using our latest libs from daily or staging if doing a transitionmygui343_fix
-rwxr-xr-xCI/install_debian_deps.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/CI/install_debian_deps.sh b/CI/install_debian_deps.sh
index 4417a04317..bd767bb173 100755
--- a/CI/install_debian_deps.sh
+++ b/CI/install_debian_deps.sh
@@ -122,4 +122,6 @@ mkdir -pv "$APT_CACHE_DIR"
apt-get update -yqq
apt-get -qq -o dir::cache::archives="$APT_CACHE_DIR" install -y --no-install-recommends software-properties-common gnupg >/dev/null
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