From 68e8983f8a03eac470bcf0a11f6b9967f32896e3 Mon Sep 17 00:00:00 2001 From: Mr-Ojii Date: Tue, 18 Feb 2025 23:32:05 +0900 Subject: [PATCH] =?UTF-8?q?zlib=E3=81=AE=E3=83=90=E3=83=BC=E3=82=B8?= =?UTF-8?q?=E3=83=A7=E3=83=B3=E3=82=92=E4=B8=80=E6=99=82=E7=9A=84=E3=81=AB?= =?UTF-8?q?=E5=9B=BA=E5=AE=9A=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5eaef32..8050d23 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,8 +55,9 @@ jobs: id: zlib-rev run: | cd ${{ github.workspace }} - git clone https://github.com/madler/zlib.git --depth 1 + git clone https://github.com/madler/zlib.git --depth 10 cd zlib + git checkout 8a844d434f0eef87d972ae6406b00968f7c52944 CROSS_PREFIX=${{ matrix.cpu_config.cpu }}-w64-mingw32- ./configure --static --prefix=${{ github.workspace }}/lsw make -j$(nproc) make install -j$(nproc)