diff options
author | Y. Wang <yw05@forksworld.de> | 2022-06-21 13:06:18 +0200 |
---|---|---|
committer | Y. Wang <yw05@forksworld.de> | 2022-06-21 13:06:18 +0200 |
commit | 896099f892d2c870dc926e03a0cb710f45d0f5d1 (patch) | |
tree | 0866362dd8f0af3b7226f5d73e1c3ddea7fa7f9e | |
parent | dae309500cfacf9d4db38a7aa8d509ed2d543898 (diff) | |
download | advtrains-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.yml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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/ |