Skip to content

Commit 0e21adc

Browse files
committed
Try x86_64
1 parent 79fe67d commit 0e21adc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci_windows.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +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
41+
mingw-w64-x86_64-minizip-ng
4242
4343
- name: Setup msys POSIX environment
4444
uses: msys2/setup-msys2@v2
@@ -54,7 +54,7 @@ jobs:
5454
python-pip
5555
cmake
5656
ninja
57-
minizip-ng
57+
mingw-w64-x86_64-minizip-ng
5858
5959
- name: Install fypp
6060
run: pip install fypp

0 commit comments

Comments
 (0)