aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorY. Wang <yw05@forksworld.de>2022-06-21 13:06:18 +0200
committerY. Wang <yw05@forksworld.de>2022-06-21 13:06:18 +0200
commit896099f892d2c870dc926e03a0cb710f45d0f5d1 (patch)
tree0866362dd8f0af3b7226f5d73e1c3ddea7fa7f9e
parentdae309500cfacf9d4db38a7aa8d509ed2d543898 (diff)
downloadadvtrains-896099f892d2c870dc926e03a0cb710f45d0f5d1.tar.gz
advtrains-896099f892d2c870dc926e03a0cb710f45d0f5d1.tar.bz2
advtrains-896099f892d2c870dc926e03a0cb710f45d0f5d1.zip
Use v5.5.0 of MTG to avoid 986b657 engine checks
-rw-r--r--.build.yml4
1 files changed, 2 insertions, 2 deletions
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/