From 015e587d76729a18d4ad9456a77c6fc5dfeb772a Mon Sep 17 00:00:00 2001 From: luau-project Date: Tue, 22 Jul 2025 21:02:45 -0300 Subject: chore(ci): use a released LuaRocks version --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6f688f0f..5acc786a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,7 +48,7 @@ jobs: - uses: luarocks/gh-actions-luarocks@master with: - luaRocksVersion: "@418d2ab34891b130cc317df32f65f978640febcf" + luaRocksVersion: "3.12.2" - name: 'Setup macOS deps' if: ${{ contains(matrix.os, 'macos') }} @@ -601,7 +601,7 @@ jobs: hererocks ^ "%CURRENT_LUA_DIRNAME%" ^ "--${{ matrix.LUAT }}" "${{ matrix.LUAV }}" ^ - --luarocks "@418d2ab34891b130cc317df32f65f978640febcf" ^ + --luarocks "3.12.2" ^ "--target=${{ matrix.COMPILER }}" IF %ERRORLEVEL% NEQ 0 ( -- cgit v1.2.3-55-g6feb