mirror of
https://github.com/curl/curl.git
synced 2026-07-09 08:37:16 +03:00
drop debug 1
This commit is contained in:
parent
3f13439222
commit
90fcd83b96
1 changed files with 1 additions and 6 deletions
7
.github/workflows/windows.yml
vendored
7
.github/workflows/windows.yml
vendored
|
|
@ -843,12 +843,7 @@ 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/2022/Enterprise/vc/tools/msvc' \( -name '*.exe' -o -name '*.h' -o -name '*.lib' \)
|
||||
echo '-----------------------------------------'
|
||||
/usr/bin/find '/c/Program Files (x86)/Windows Kits/10' \( -name '*.exe' -o -name '*.h' -o -name '*.lib' \)
|
||||
echo '-----------------------------------------'
|
||||
MSVC_ROOTD="$(cygpath --dos "$PROGRAMFILES/Microsoft Visual Studio")" # to avoid spaces
|
||||
MSVC_ROOTD="$(cygpath --dos "$PROGRAMFILES/Microsoft Visual Studio")" # to avoid spaces in directory names
|
||||
MSVC_ROOTU="$(/usr/bin/find "$(cygpath --unix "$MSVC_ROOTD/2022/Enterprise/vc/tools/msvc")" -mindepth 1 -maxdepth 1 -type d -name '*.*' | sort | tail -n 1)"
|
||||
MSVC_ROOTW="$(cygpath --windows "$MSVC_ROOTU")"
|
||||
MSVC_ROOTU="$(cygpath --unix "$MSVC_ROOTW")"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue