Skip to content

Commit 79fe67d

Browse files
committed
Install minizip-ng on mingw and msys
1 parent 9b7e0e7 commit 79fe67d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/ci_windows.yml

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
mingw-w64-${{ matrix.arch }}-python-setuptools
3939
mingw-w64-${{ matrix.arch }}-cmake
4040
mingw-w64-${{ matrix.arch }}-ninja
41+
mingw-w64-${{ matrix.arch }}-minizip-ng
4142
4243
- name: Setup msys POSIX environment
4344
uses: msys2/setup-msys2@v2
@@ -53,6 +54,7 @@ jobs:
5354
python-pip
5455
cmake
5556
ninja
57+
minizip-ng
5658
5759
- name: Install fypp
5860
run: pip install fypp

0 commit comments

Comments
 (0)