Skip to content

Commit bd89877

Browse files
authored
Fix Windows CI (#3252)
For some reason, the (virtual) package mingw-w64-x86_64-python3-setuptools doesn't exist anymore (https://packages.msys2.org/packages/mingw-w64-x86_64-python3-setuptools is empty), but mingw-w64-x86_64-python3-setuptools does exist (and was earlier providing the actual package for the former).
1 parent e495ced commit bd89877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/win_install_deps.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ mingw-w64-x86_64-ninja ^
6464
mingw-w64-x86_64-ncurses ^
6565
mingw-w64-x86_64-readline ^
6666
mingw-w64-x86_64-python3 ^
67-
mingw-w64-x86_64-python3-setuptools ^
67+
mingw-w64-x86_64-python-setuptools ^
6868
mingw-w64-x86_64-python3-packaging ^
6969
mingw-w64-x86_64-python3-pip ^
7070
mingw64/mingw-w64-x86_64-dlfcn ^

0 commit comments

Comments
 (0)