aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml4
1 files changed, 2 insertions, 2 deletions
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:
48 48
49 - uses: luarocks/gh-actions-luarocks@master 49 - uses: luarocks/gh-actions-luarocks@master
50 with: 50 with:
51 luaRocksVersion: "@418d2ab34891b130cc317df32f65f978640febcf" 51 luaRocksVersion: "3.12.2"
52 52
53 - name: 'Setup macOS deps' 53 - name: 'Setup macOS deps'
54 if: ${{ contains(matrix.os, 'macos') }} 54 if: ${{ contains(matrix.os, 'macos') }}
@@ -601,7 +601,7 @@ jobs:
601 hererocks ^ 601 hererocks ^
602 "%CURRENT_LUA_DIRNAME%" ^ 602 "%CURRENT_LUA_DIRNAME%" ^
603 "--${{ matrix.LUAT }}" "${{ matrix.LUAV }}" ^ 603 "--${{ matrix.LUAT }}" "${{ matrix.LUAV }}" ^
604 --luarocks "@418d2ab34891b130cc317df32f65f978640febcf" ^ 604 --luarocks "3.12.2" ^
605 "--target=${{ matrix.COMPILER }}" 605 "--target=${{ matrix.COMPILER }}"
606 606
607 IF %ERRORLEVEL% NEQ 0 ( 607 IF %ERRORLEVEL% NEQ 0 (