Skip to content

Commit

Permalink
zlibのバージョンを一時的に固定する
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Ojii authored Feb 18, 2025
1 parent 04e2792 commit 68e8983
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 68e8983

Please sign in to comment.