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