We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b7e0e7 commit 79fe67dCopy full SHA for 79fe67d
.github/workflows/ci_windows.yml
@@ -38,6 +38,7 @@ jobs:
38
mingw-w64-${{ matrix.arch }}-python-setuptools
39
mingw-w64-${{ matrix.arch }}-cmake
40
mingw-w64-${{ matrix.arch }}-ninja
41
+ mingw-w64-${{ matrix.arch }}-minizip-ng
42
43
- name: Setup msys POSIX environment
44
uses: msys2/setup-msys2@v2
@@ -53,6 +54,7 @@ jobs:
53
54
python-pip
55
cmake
56
ninja
57
+ minizip-ng
58
59
- name: Install fypp
60
run: pip install fypp
0 commit comments