From dc98248dc43b5b25ac499c1a305b82f4c967d418 Mon Sep 17 00:00:00 2001 From: Stephen Thompson Date: Thu, 22 Feb 2024 09:08:38 +0000 Subject: [PATCH] Issue #12 remove unsupported flag from build command --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64c8f96..0cc5bca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: cmake -G "Visual Studio 17 2022" -A x64 -DBUILD_PYTHON:BOOL=ON -DBUILD_SHARED_LIBS:BOOL=ON -Dndicapi_BUILD_APPLICATIONS:BOOL=OFF -DCMAKE_INSTALL_PREFIX=../install .. cmake --build . cd ../ - python.exe -m build --plat-name win_amd64 + python.exe -m build rm -r build rm -r install