diff options
| author | luau-project <luau.project@gmail.com> | 2025-07-22 21:02:45 -0300 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2025-07-27 04:05:00 -0300 |
| commit | 015e587d76729a18d4ad9456a77c6fc5dfeb772a (patch) | |
| tree | bcf8314d15173afbc1f3e8d630d7b162d5882cc1 /.github | |
| parent | 1e4f8d02618311cfb7a94344c5da809c78c9afd8 (diff) | |
| download | luarocks-015e587d76729a18d4ad9456a77c6fc5dfeb772a.tar.gz luarocks-015e587d76729a18d4ad9456a77c6fc5dfeb772a.tar.bz2 luarocks-015e587d76729a18d4ad9456a77c6fc5dfeb772a.zip | |
chore(ci): use a released LuaRocks version
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 4 |
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 ( |
