diff options
author | orwell <orwell@bleipb.de> | 2024-11-11 20:56:52 +0100 |
---|---|---|
committer | orwell <orwell@bleipb.de> | 2024-11-11 20:56:52 +0100 |
commit | 4b8857a89da934939c7441ecce07755b4bb36261 (patch) | |
tree | e72084242d6579bd52892d0f647d1a793924d28b | |
parent | f5bcac41698f708b18ee8fce9eeab9aa8002c565 (diff) | |
download | advtrains-4b8857a89da934939c7441ecce07755b4bb36261.tar.gz advtrains-4b8857a89da934939c7441ecce07755b4bb36261.tar.bz2 advtrains-4b8857a89da934939c7441ecce07755b4bb36261.zip |
fix build for real now
-rw-r--r-- | .build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ tasks: ~/.luarocks/bin/mineunit -r sed -n '/^File/,$p' luacov.report.out mv luacov.report.out ~/$i.luacov.report.out + done - install_mt_game : | curl -L https://github.com/minetest/minetest_game/archive/master.zip -o master.zip mkdir -p .minetest/games/ |