We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79fe67d commit 0e21adcCopy full SHA for 0e21adc
.github/workflows/ci_windows.yml
@@ -38,7 +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
+ mingw-w64-x86_64-minizip-ng
42
43
- name: Setup msys POSIX environment
44
uses: msys2/setup-msys2@v2
@@ -54,7 +54,7 @@ jobs:
54
python-pip
55
cmake
56
ninja
57
- minizip-ng
58
59
- name: Install fypp
60
run: pip install fypp
0 commit comments