Update build.yml

This commit is contained in:
Daniel Stankewitz 2022-03-20 16:42:47 +01:00 committed by GitHub
parent bcd9da34e6
commit ab3ffd82fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ jobs:
shell: wsl-bash {0} shell: wsl-bash {0}
run: | run: |
VCVARS_BAT="/c/Program\ Files\ \(x86\)/Microsoft\ Visual\ Studio/2019/Enterprise/VC/Auxiliary/Build/vcvars64.bat" VCVARS_BAT="/c/Program\ Files\ \(x86\)/Microsoft\ Visual\ Studio/2019/Enterprise/VC/Auxiliary/Build/vcvars64.bat"
echo VCVARS_BAT echo ${VCVARS_BAT}
cmd.exe /V /C @ "${VCVARS_BAT}" "&&" "$@" cmd.exe /V /C @ "${VCVARS_BAT}" "&&" "$@"
echo $PATH echo $PATH
cl.exe cl.exe