fix win cicd, revert back to vs2019

This commit is contained in:
SoftFever 2023-07-18 01:02:42 +08:00
parent 3725ef1e1b
commit ed156c1fc9
2 changed files with 6 additions and 4 deletions

View file

@ -8,7 +8,7 @@ if "%1"=="studio" (
)
echo "building deps.."
cmake ../ -G "Visual Studio 17 2022" -A x64 -DDESTDIR="%CD%/OrcaSlicer_dep" -DCMAKE_BUILD_TYPE=Release
@REM cmake --build . --config Release --target ALL_BUILD -- -m
cmake --build . --config Release --target ALL_BUILD -- -m
if "%1"=="deps" exit /b 0