mirror of
https://github.com/lwthiker/curl-impersonate.git
synced 2025-08-08 12:49:36 +00:00
Upgrade zlib version to fix CI tests
This commit is contained in:
8
.github/workflows/build-and-test-make.yml
vendored
8
.github/workflows/build-and-test-make.yml
vendored
@@ -92,9 +92,9 @@ jobs:
|
||||
# When cross compiling we need to build zlib first.
|
||||
- name: Build zlib
|
||||
run: |
|
||||
curl -LO https://zlib.net/zlib-1.2.13.tar.gz
|
||||
tar xf zlib-1.2.13.tar.gz
|
||||
cd zlib-1.2.13
|
||||
curl -LO https://zlib.net/zlib-1.3.tar.gz
|
||||
tar xf zlib-1.3.tar.gz
|
||||
cd zlib-1.3
|
||||
CHOST=${{ matrix.host }} ./configure --prefix=${{ runner.temp }}/zlib
|
||||
make
|
||||
make install
|
||||
@@ -255,4 +255,4 @@ jobs:
|
||||
with:
|
||||
files: |
|
||||
${{ env.release_file_lib }}
|
||||
${{ env.release_file_bin }}
|
||||
${{ env.release_file_bin }}
|
||||
|
Reference in New Issue
Block a user