Updated Windows build docs for VS 2026.

This commit is contained in:
23rd
2026-02-27 08:38:58 +03:00
committed by John Preston
parent d62f294494
commit ff3b0fe2d9
4 changed files with 29 additions and 61 deletions
-1
View File
@@ -86,7 +86,6 @@ jobs:
shell: bash
run: |
DOCPATH=$TBUILD/$REPO_NAME/docs/building-win.md
[ "${{ matrix.arch }}" = x64 ] && DOCPATH=$TBUILD/$REPO_NAME/docs/building-win-x64.md
SDK="$(grep "SDK version" $DOCPATH | sed -r 's/.*\*\*(.*)\*\* SDK version.*/\1/')"
echo "SDK=$SDK" >> $GITHUB_ENV