mirror of
https://github.com/curl/curl.git
synced 2026-07-09 15:57:18 +03:00
debug 1
This commit is contained in:
parent
e0d27e7595
commit
0c69990174
1 changed files with 5 additions and 0 deletions
5
.github/workflows/windows.yml
vendored
5
.github/workflows/windows.yml
vendored
|
|
@ -843,6 +843,11 @@ jobs:
|
|||
# has no stable disk location, its an MS-DOS batch file setting env,
|
||||
# and makes it problematic to use from this script.
|
||||
[[ "$(uname -s)" = *'ARM64'* ]] && MSVC_HOST='arm64' || MSVC_HOST='x64' # x86
|
||||
echo '-----------------------------------------'
|
||||
/usr/bin/find '/c/Program Files/Microsoft Visual Studio' -type d
|
||||
echo '-----------------------------------------'
|
||||
/usr/bin/find '/c/Program Files(x86)/Windows Kits' -type d
|
||||
echo '-----------------------------------------'
|
||||
MSVC_ROOTD="$(cygpath --dos "$PROGRAMFILES/Microsoft Visual Studio")" # to avoid spaces
|
||||
MSVC_ROOTU="$(/usr/bin/find "$(cygpath --unix "$MSVC_ROOTD/2022/Enterprise/vc/tools/msvc")" -mindepth 1 -maxdepth 1 -type d | head -n 1)"
|
||||
MSVC_ROOTW="$(cygpath --windows "$MSVC_ROOTU")"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue