We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c3035b commit ddf614fCopy full SHA for ddf614f
.github/workflows/test_build_rock.yml
@@ -35,11 +35,13 @@ jobs:
35
with:
36
fetch-depth: 0
37
- name: Setup ‘lua’
38
- uses: leafo/gh-actions-lua@v10
+ # uses: leafo/gh-actions-lua@v10
39
+ uses: uses: hishamhm/gh-actions-lua@master
40
41
luaVersion: ${{ matrix.luaVersion }}
42
- name: Setup ‘luarocks’
- uses: leafo/gh-actions-luarocks@v4
43
+ # uses: leafo/gh-actions-luarocks@v4
44
+ uses: hishamhm/gh-actions-luarocks@update-luajit
45
46
luarocksVersion: ${{ matrix.luarocksVersion }}
47
- name: Monkey-patch rockspec source.url to assure testing against relevant repo fork
0 commit comments