Skip to content

Commit

Permalink
Fix Windows CI
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
JCGoran committed Nov 26, 2024
1 parent 885617d commit 7a602ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/win_install_deps.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ mingw-w64-x86_64-ninja ^
mingw-w64-x86_64-ncurses ^
mingw-w64-x86_64-readline ^
mingw-w64-x86_64-python3 ^
mingw-w64-x86_64-python3-setuptools ^
mingw-w64-x86_64-python-setuptools ^
mingw-w64-x86_64-python3-packaging ^
mingw-w64-x86_64-python3-pip ^
mingw64/mingw-w64-x86_64-dlfcn ^
Expand Down

0 comments on commit 7a602ab

Please sign in to comment.