1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-15 18:57:08 +00:00

Bump IrrlichtMt to 1.9.0mt4 in CI

This commit is contained in:
sfan5 2022-01-16 15:54:08 +01:00
parent b6555ee6af
commit b02b381af2
5 changed files with 5 additions and 5 deletions

View file

@ -11,7 +11,7 @@ install_linux_deps() {
shift
pkgs+=(libirrlicht-dev)
else
wget "https://github.com/minetest/irrlicht/releases/download/1.9.0mt3/ubuntu-bionic.tar.gz"
wget "https://github.com/minetest/irrlicht/releases/download/1.9.0mt4/ubuntu-bionic.tar.gz"
sudo tar -xaf ubuntu-bionic.tar.gz -C /usr/local
fi