From 06a61b48ad257e76d4f156073621146089cc79b3 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Thu, 17 Oct 2024 23:36:09 +0300 Subject: [PATCH] ci: Temporarily switch to fork of GH Actions with working LuaJIT --- .github/workflows/busted.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/busted.yml b/.github/workflows/busted.yml index 0f4ecc4..7ff7a55 100644 --- a/.github/workflows/busted.yml +++ b/.github/workflows/busted.yml @@ -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