File tree Expand file tree Collapse file tree 1 file changed +11
-14
lines changed
Expand file tree Collapse file tree 1 file changed +11
-14
lines changed Original file line number Diff line number Diff line change @@ -63,22 +63,22 @@ jobs:
6363 # - os: macos-15
6464 # version: cp39-macosx_arm64
6565
66- - os : windows-latest
66+ - os : windows-2022
6767 version : cp314t-win_amd64
68- - os : windows-latest
68+ - os : windows-2022
6969 version : cp314t-win32
7070
71- - os : windows-latest
71+ - os : windows-2022
7272 version : cp311-win_amd64
73- - os : windows-latest
73+ - os : windows-2022
7474 version : cp311-win32
75- - os : windows-latest
75+ - os : windows-2022
7676 version : cp310-win_amd64
77- - os : windows-latest
77+ - os : windows-2022
7878 version : cp310-win32
79- - os : windows-latest
79+ - os : windows-2022
8080 version : cp39-win_amd64
81- - os : windows-latest
81+ - os : windows-2022
8282 version : cp39-win32
8383
8484 steps :
@@ -96,14 +96,11 @@ jobs:
9696
9797 echo "C:\Program Files${{ endsWith(matrix.version, '-win32') && ' (x86)' || '' }}\MIT\Kerberos\bin;$PATH" >> $GITHUB_PATH
9898
99- - name : get compiler info
100- if : startsWith(matrix.os, 'windows-')
99+ - name : get env info
101100 shell : pwsh
101+ if : startsWith(matrix.os, 'windows-')
102102 run : |
103- $env:LIB
104- $env:INCLUDE
105-
106- gci env:\ | sort-object name | % { "$($_.Key)=$($_.Value)" }
103+ python -c "import setuptools.msvc as s; e = s.EnvironmentInfo('AMD64'); print(e.return_env())"
107104
108105 - name : Download gssapi sdist
109106 uses : actions/download-artifact@v6
You can’t perform that action at this time.
0 commit comments