We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82eefcb commit 9670eaeCopy full SHA for 9670eae
1 file changed
.github/workflows/lua.yaml
@@ -51,9 +51,13 @@ jobs:
51
luaVersion: "luajit"
52
- name: Install luarocks
53
uses: leafo/gh-actions-luarocks@v4
54
+ - name: Setup LuaJIT paths
55
+ run: |
56
+ eval "$(luarocks path --lua-version=luajit)"
57
+ echo "LUA_PATH=$LUA_PATH"
58
+ echo "LUA_CPATH=$LUA_CPATH"
59
- name: Run tests
60
shell: bash
61
run: |
62
chmod +x lua-test.sh
- eval "$(luarocks path --lua-version=luajit)"
63
./lua-test.sh
0 commit comments