gh-actions-lua icon indicating copy to clipboard operation
gh-actions-lua copied to clipboard

GitHub action for Lua/LuaJIT

Results 26 gh-actions-lua issues
Sort by recently updated
recently updated
newest added

This pull request aims to address the issue #47, where the action fails due to planned outages at lua.org. A mirror is available at https://www.tecgraf.puc-rio.br/lua/mirror/ and this PR modifies the...

Lua.org has planned outtages during June and July. Mirror available at https://www.tecgraf.puc-rio.br/lua/mirror/ https://github.com/leafo/gh-actions-lua/blob/master/main.js#L199 needs to be changed or modified to take the mirror into account As per https://groups.google.com/g/lua-l/c/VfjPoNlzvfM

When using the `macos-latest` worker, I get a lot of these warnings: ``` ld: warning: object file (/Users/runner/work/unicorn-lua/unicorn-lua/.lua/lib/liblua.a[2](lapi.o)) was built for newer 'macOS' version (14.0) than being linked (11.0) ```...

* Fix C module loading on windows (#38) * Unify LuaJIT vanilla and OpenResty builds * CI: add more supported configurations

> I'm working on a project that supports both lua PUC-RIO, lua jit and also roblox (luau). fact that luau has a very useful linter for projects not related to...

It appears that LuaJIT.org has [stopped publishing release tarballs on their website.](https://luajit.org/download.html) > **No Release Tarballs or Binaries** > LuaJIT uses **rolling releases**. There are no release tarballs available for...