diff options
author | luau-project <luau.project@gmail.com> | 2025-03-23 15:45:18 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2025-03-23 18:03:35 -0300 |
commit | 7ed653f010671b3a7245be9adcc70068c049ef68 (patch) | |
tree | ccd9b2104f54768bf5f98670e2d172ee68bc4d9a | |
parent | fcd12753b6c9b66ff960cb79680d5752468e93fa (diff) | |
download | luarocks-7ed653f010671b3a7245be9adcc70068c049ef68.tar.gz luarocks-7ed653f010671b3a7245be9adcc70068c049ef68.tar.bz2 luarocks-7ed653f010671b3a7245be9adcc70068c049ef68.zip |
ci(windows): change zlib download url
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0ecc63a5..f973b30b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
@@ -332,7 +332,7 @@ jobs: | |||
332 | if: ${{ matrix.COMPILER == 'vs' && steps.restore-zlib-tarball.outputs.cache-hit != 'true' }} | 332 | if: ${{ matrix.COMPILER == 'vs' && steps.restore-zlib-tarball.outputs.cache-hit != 'true' }} |
333 | run: | | 333 | run: | |
334 | curl -o "${{ github.workspace }}\zlib-${{ env.LUAROCKS_DEPS_ZLIB_VER }}.tar.gz" ^ | 334 | curl -o "${{ github.workspace }}\zlib-${{ env.LUAROCKS_DEPS_ZLIB_VER }}.tar.gz" ^ |
335 | "https://zlib.net/zlib-${{ env.LUAROCKS_DEPS_ZLIB_VER }}.tar.gz" | 335 | "https://zlib.net/fossils/zlib-${{ env.LUAROCKS_DEPS_ZLIB_VER }}.tar.gz" |
336 | 336 | ||
337 | - name: Save zlib tarball | 337 | - name: Save zlib tarball |
338 | if: ${{ matrix.COMPILER == 'vs' && steps.restore-zlib-tarball.outputs.cache-hit != 'true' }} | 338 | if: ${{ matrix.COMPILER == 'vs' && steps.restore-zlib-tarball.outputs.cache-hit != 'true' }} |