Skip to content

Commit 3627077

Browse files
committed
ci: fix
1 parent a315936 commit 3627077

File tree

2 files changed

+1
-93
lines changed

2 files changed

+1
-93
lines changed

.github/workflows/ci-windows-v142.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
cmake ^
5757
-G "Visual Studio 16 2019" -T "v142" -DCMAKE_GENERATOR_PLATFORM=x64 ^
5858
-DCMAKE_INSTALL_PREFIX=%CONDA_PREFIX%\Library ^
59-
-DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} ^
59+
-DCMAKE_BUILD_TYPE=Release ^
6060
-DPYTHON_SITELIB=%CONDA_PREFIX%\Lib\site-packages ^
6161
-DPYTHON_EXECUTABLE=%CONDA_PREFIX%\python.exe ^
6262
-DBUILD_WITH_CPPAD_CODEGEN_BINDINGS=OFF ^

.github/workflows/windows-conda-v142.yml

Lines changed: 0 additions & 92 deletions
This file was deleted.

0 commit comments

Comments
 (0)