Skip to content

Commit

Permalink
ci: 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 17, 2024
1 parent ceca773 commit 649f0d5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/busted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Install lua
uses: leafo/gh-actions-lua@v10
# uses: leafo/gh-actions-lua@v10
uses: hishamhm/gh-actions-lua@master
with:
luaVersion: ${{ matrix.luaVersion }}
- name: Install luarocks
uses: leafo/gh-actions-luarocks@v4
# uses: leafo/gh-actions-luarocks@v4
uses: hishamhm/gh-actions-luarocks@update-luajit
- name: Install Rust
uses: actions-rs/toolchain@v1
- name: Cache Rust
Expand Down

0 comments on commit 649f0d5

Please sign in to comment.