mirror of
https://github.com/lwthiker/curl-impersonate.git
synced 2025-08-08 20:59:59 +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.
|
# When cross compiling we need to build zlib first.
|
||||||
- name: Build zlib
|
- name: Build zlib
|
||||||
run: |
|
run: |
|
||||||
curl -LO https://zlib.net/zlib-1.2.13.tar.gz
|
curl -LO https://zlib.net/zlib-1.3.tar.gz
|
||||||
tar xf zlib-1.2.13.tar.gz
|
tar xf zlib-1.3.tar.gz
|
||||||
cd zlib-1.2.13
|
cd zlib-1.3
|
||||||
CHOST=${{ matrix.host }} ./configure --prefix=${{ runner.temp }}/zlib
|
CHOST=${{ matrix.host }} ./configure --prefix=${{ runner.temp }}/zlib
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
@@ -255,4 +255,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
${{ env.release_file_lib }}
|
${{ env.release_file_lib }}
|
||||||
${{ env.release_file_bin }}
|
${{ env.release_file_bin }}
|
||||||
|
Reference in New Issue
Block a user