diff options
| -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 17119342..90f61ad5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
| @@ -168,7 +168,7 @@ jobs: | |||
| 168 | - name: Configure LuaRocks to build the cross compiled binaries | 168 | - name: Configure LuaRocks to build the cross compiled binaries |
| 169 | run: ./configure "--with-lua=${{ github.workspace }}/.lua" | 169 | run: ./configure "--with-lua=${{ github.workspace }}/.lua" |
| 170 | 170 | ||
| 171 | - name: Cross compile `luarocks.exe` and `luarocks-admin.exe` | 171 | - name: Cross compile `luarocks.exe` and `luarocks-admin.exe` |
| 172 | run: make "MINGW_SYSROOT=${{ matrix.mingw-sysroot }}" ${{ matrix.make-target }} | 172 | run: make "MINGW_SYSROOT=${{ matrix.mingw-sysroot }}" ${{ matrix.make-target }} |
| 173 | 173 | ||
| 174 | ############################################################################## | 174 | ############################################################################## |
| @@ -349,7 +349,7 @@ jobs: | |||
| 349 | # The following env variables | 349 | # The following env variables |
| 350 | # only applies to Visual Studio | 350 | # only applies to Visual Studio |
| 351 | LUAROCKS_DEPS_DIR: c:\external | 351 | LUAROCKS_DEPS_DIR: c:\external |
| 352 | LUAROCKS_DEPS_OPENSSL_VER: "3.6.1" | 352 | LUAROCKS_DEPS_OPENSSL_VER: "3.6.2" |
| 353 | LUAROCKS_DEPS_ZLIB_VER: "1.3.1" | 353 | LUAROCKS_DEPS_ZLIB_VER: "1.3.1" |
| 354 | # The following env variable | 354 | # The following env variable |
| 355 | # applies to both Visual Studio and MinGW-w64 | 355 | # applies to both Visual Studio and MinGW-w64 |
