Skip to content

Commit

Permalink
Temporarily switch to fork of GH Actions with working LuaJIT
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Oct 18, 2024
1 parent 2c3035b commit ddf614f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test_build_rock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,13 @@ jobs:
with:
fetch-depth: 0
- name: Setup ‘lua’
uses: leafo/gh-actions-lua@v10
# uses: leafo/gh-actions-lua@v10
uses: uses: hishamhm/gh-actions-lua@master
with:
luaVersion: ${{ matrix.luaVersion }}
- name: Setup ‘luarocks’
uses: leafo/gh-actions-luarocks@v4
# uses: leafo/gh-actions-luarocks@v4
uses: hishamhm/gh-actions-luarocks@update-luajit
with:
luarocksVersion: ${{ matrix.luarocksVersion }}
- name: Monkey-patch rockspec source.url to assure testing against relevant repo fork
Expand Down

0 comments on commit ddf614f

Please sign in to comment.