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 fcc223b9..6f688f0f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
| @@ -304,7 +304,7 @@ jobs: | |||
| 304 | # The following env variables | 304 | # The following env variables |
| 305 | # only applies to Visual Studio | 305 | # only applies to Visual Studio |
| 306 | LUAROCKS_DEPS_DIR: c:\external | 306 | LUAROCKS_DEPS_DIR: c:\external |
| 307 | LUAROCKS_DEPS_OPENSSL_VER: "3.4.1" | 307 | LUAROCKS_DEPS_OPENSSL_VER: "3.5.1" |
| 308 | LUAROCKS_DEPS_ZLIB_VER: "1.3.1" | 308 | LUAROCKS_DEPS_ZLIB_VER: "1.3.1" |
| 309 | # The following env variable | 309 | # The following env variable |
| 310 | # applies to both Visual Studio and MinGW-w64 | 310 | # applies to both Visual Studio and MinGW-w64 |
| @@ -487,7 +487,7 @@ jobs: | |||
| 487 | } | 487 | } |
| 488 | 488 | ||
| 489 | if ($installerUrl -eq $null) { | 489 | if ($installerUrl -eq $null) { |
| 490 | throw "Installer not found for version $version"; | 490 | throw "Installer not found for version ${version}. Please, update OpenSSL to the latest version found at ${jsonUrl}"; |
| 491 | } | 491 | } |
| 492 | 492 | ||
| 493 | # Download the installer | 493 | # Download the installer |
