Skip to content

Commit 9670eae

Browse files
add debug logs
1 parent 82eefcb commit 9670eae

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/lua.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,13 @@ jobs:
5151
luaVersion: "luajit"
5252
- name: Install luarocks
5353
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"
5459
- name: Run tests
5560
shell: bash
5661
run: |
5762
chmod +x lua-test.sh
58-
eval "$(luarocks path --lua-version=luajit)"
5963
./lua-test.sh

0 commit comments

Comments
 (0)