aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.build.yml')
-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/