aboutsummaryrefslogtreecommitdiff
path: root/util/ci
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2021-08-31 23:57:39 +0200
committersfan5 <sfan5@live.de>2021-08-31 23:57:39 +0200
commitbeac4a2c984706b636e7b1e03406e05c87435903 (patch)
treef7e3a3b9042b2984c7580328c3b3b6b4fb843f52 /util/ci
parent040aed37abcc929137fb9729f2526d6a15d2d51a (diff)
downloadhax-minetest-server-beac4a2c984706b636e7b1e03406e05c87435903.tar.gz
hax-minetest-server-beac4a2c984706b636e7b1e03406e05c87435903.zip
CI: Bump IrrlichtMt to 1.9.0mt3
Diffstat (limited to 'util/ci')
-rw-r--r--util/ci/common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/ci/common.sh b/util/ci/common.sh
index 70a1bedaf..47b6650ce 100644
--- a/util/ci/common.sh
+++ b/util/ci/common.sh
@@ -11,7 +11,7 @@ install_linux_deps() {
shift
pkgs+=(libirrlicht-dev)
else
- wget "https://github.com/minetest/irrlicht/releases/download/1.9.0mt2/ubuntu-bionic.tar.gz"
+ wget "https://github.com/minetest/irrlicht/releases/download/1.9.0mt3/ubuntu-bionic.tar.gz"
sudo tar -xaf ubuntu-bionic.tar.gz -C /usr/local
fi