Skip to content

Commit

Permalink
ci: Switch to Lua actions forks that fix current LuaJIT issues
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Aug 29, 2024
1 parent ea4dc39 commit 9f67f8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/busted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
uses: actions/checkout@v3

- name: Setup ‘lua’
uses: leafo/gh-actions-lua@v9
uses: hishamhm/gh-actions-lua@master
with:
luaVersion: ${{ matrix.luaVersion }}

- name: Setup ‘luarocks’
uses: leafo/gh-actions-luarocks@v4
uses: hishamhm/gh-actions-luarocks@master

- name: Setup dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/luacheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
uses: actions/checkout@v3

- name: Setup ‘lua’
uses: leafo/gh-actions-lua@v9
uses: hishamhm/gh-actions-lua@master
with:
luaVersion: ${{ matrix.luaVersion }}

- name: Setup ‘luarocks’
uses: leafo/gh-actions-luarocks@v4
uses: hishamhm/gh-actions-luarocks@master

- name: Setup dependencies
run: |
Expand Down

0 comments on commit 9f67f8f

Please sign in to comment.