From 896099f892d2c870dc926e03a0cb710f45d0f5d1 Mon Sep 17 00:00:00 2001 From: "Y. Wang" Date: Tue, 21 Jun 2022 13:06:18 +0200 Subject: Use v5.5.0 of MTG to avoid 986b657 engine checks --- .build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.build.yml') diff --git a/.build.yml b/.build.yml index 40d4366..5d349d3 100644 --- a/.build.yml +++ b/.build.yml @@ -32,10 +32,10 @@ tasks: curl https://lifomaps.de/advtrains-test/minetestserver -o ~/bin/minetestserver chmod +x ~/bin/minetestserver - install_mt_game : | - curl -L https://github.com/minetest/minetest_game/archive/master.zip -o master.zip + curl -L https://github.com/minetest/minetest_game/archive/refs/tags/5.5.0.zip -o minetest_game.zip mkdir -p .minetest/games/ cd .minetest/games - unzip ../../master.zip + unzip ../../minetest_game.zip mv minetest_game-master minetest_game - install_test_world: | mkdir -p .minetest/worlds/ -- cgit v1.2.3