From db97732f64a0d2cf504bcdfe3fb9b710295ac138 Mon Sep 17 00:00:00 2001 From: Julien Schueller Date: Fri, 6 Dec 2024 10:40:00 +0100 Subject: [PATCH] dll --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4abae4d3..2ba79008 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,7 +41,7 @@ jobs: pip install numpy cmake -DCMAKE_INSTALL_PREFIX=%cd:\=/%/install -DNLOPT_TESTS=ON . cmake --build . --config Release --target install - xcopy %cd%\install\bin\nlopt.dll %cd%\src\swig - xcopy %cd%\install\Lib\site-packages\_nlopt*.pyd %cd%\src\swig + xcopy %cd%\install\bin\nlopt.dll %cd%\src\swig\python + xcopy %cd%\install\Lib\site-packages\_nlopt*.pyd %cd%\src\swig\python dir /p %cd%\src\swig ctest -C Release --output-on-failure --timeout 100