Skip to content

Commit a09aaf4

Browse files
committed
Test out working branch to get build information
1 parent 55df351 commit a09aaf4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,13 @@ jobs:
112112
113113
echo "C:\Program Files${{ endsWith(matrix.version, '-win32') && ' (x86)' || '' }}\MIT\Kerberos\bin;$PATH" >> $GITHUB_PATH
114114
115+
- name: get WinSDK info
116+
if: startsWith(matrix.os, 'windows-')
117+
shell: pwsh
118+
run: |
119+
python -m pip install setuptools
120+
python -c "import setuptools.msvc as s; e = s.EnvironmentInfo('AMD64'); print(e.return_env())"
121+
115122
- name: Download gssapi sdist
116123
uses: actions/download-artifact@v5
117124
with:

0 commit comments

Comments
 (0)