mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-23 12:45:43 +02:00
Update some workflows to newer Ubuntu versions (#14668)
This commit is contained in:
6
util/ci/build_luajit.sh
Executable file
6
util/ci/build_luajit.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash -eu
|
||||
cd $HOME
|
||||
git clone --depth 1 https://github.com/LuaJIT/LuaJIT
|
||||
pushd LuaJIT
|
||||
make -j$(nproc)
|
||||
popd
|
Reference in New Issue
Block a user