Skip to content

Commit ddf614f

Browse files
committed
Temporarily switch to fork of GH Actions with working LuaJIT
1 parent 2c3035b commit ddf614f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test_build_rock.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,13 @@ jobs:
3535
with:
3636
fetch-depth: 0
3737
- name: Setup ‘lua’
38-
uses: leafo/gh-actions-lua@v10
38+
# uses: leafo/gh-actions-lua@v10
39+
uses: uses: hishamhm/gh-actions-lua@master
3940
with:
4041
luaVersion: ${{ matrix.luaVersion }}
4142
- name: Setup ‘luarocks’
42-
uses: leafo/gh-actions-luarocks@v4
43+
# uses: leafo/gh-actions-luarocks@v4
44+
uses: hishamhm/gh-actions-luarocks@update-luajit
4345
with:
4446
luarocksVersion: ${{ matrix.luarocksVersion }}
4547
- name: Monkey-patch rockspec source.url to assure testing against relevant repo fork

0 commit comments

Comments
 (0)