1
0
Fork 0
mirror of synced 2024-05-19 03:52:47 +12:00

workflows: use the same MSVC version as the one CPython was built with

https://pythondev.readthedocs.io/windows.html
https://en.wikipedia.org/wiki/Microsoft_Visual_C%2B%2B
This commit is contained in:
loathingKernel 2022-09-13 20:06:39 +03:00
parent 177eaa9f67
commit b4083bd699
2 changed files with 2 additions and 2 deletions

View file

@ -89,7 +89,7 @@ jobs:
run: >-
python -m nuitka
--assume-yes-for-downloads
--msvc=latest
--msvc=14.14
--lto=yes
--jobs=2
--static-libpython=no

View file

@ -119,7 +119,7 @@ jobs:
run: >-
python -m nuitka
--assume-yes-for-downloads
--msvc=latest
--msvc=14.14
--lto=yes
--jobs=2
--static-libpython=no