mirror of
https://github.com/lwthiker/curl-impersonate.git
synced 2025-08-10 10:49:26 +00:00
Use zlib-1.2.13 when cross compiling
zlib-1.2.12 seems to be unavailable anymore. Upgrade to 1.2.13.
This commit is contained in:
6
.github/workflows/build-and-test-make.yml
vendored
6
.github/workflows/build-and-test-make.yml
vendored
@@ -85,9 +85,9 @@ jobs:
|
||||
# When cross compiling we need to build zlib first.
|
||||
- name: Build zlib
|
||||
run: |
|
||||
curl -LO https://zlib.net/zlib-1.2.12.tar.gz
|
||||
tar xf zlib-1.2.12.tar.gz
|
||||
cd zlib-1.2.12
|
||||
curl -LO https://zlib.net/zlib-1.2.13.tar.gz
|
||||
tar xf zlib-1.2.13.tar.gz
|
||||
cd zlib-1.2.13
|
||||
CHOST=${{ matrix.host }} ./configure --prefix=${{ runner.temp }}/zlib
|
||||
make
|
||||
make install
|
||||
|
Reference in New Issue
Block a user