From 3410cf3267c8433e0a5be34b92ebdbfe969cc7b5 Mon Sep 17 00:00:00 2001 From: aiwe Date: Sat, 25 May 2024 20:27:20 -0500 Subject: [PATCH] -DBoost_DEBUG=ON again --- .github/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 1dfe34333e..72e15a12a8 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -45,7 +45,7 @@ jobs: $release_name = "karbo-cli-win64-$krb_ver" mkdir "$build_folder" cd "$build_folder" - cmake -G "Visual Studio 16 2019" -A x64 -D_boost_RELEASE_ABI_TAG="" -DCMAKE_BUILD_TYPE=Build -DBoost_INCLUDE_DIR=${{steps.install-boost.outputs.BOOST_ROOT}}/include -DBoost_LIBRARY_DIRS=${{steps.install-boost.outputs.BOOST_ROOT}}/lib -DBOOST_ROOT="$env:BOOST_ROOT" .. + cmake -G "Visual Studio 16 2019" -A x64 -DBoost_DEBUG=ON -D_boost_RELEASE_ABI_TAG="" -DCMAKE_BUILD_TYPE=Build -DBoost_INCLUDE_DIR=${{steps.install-boost.outputs.BOOST_ROOT}}/include -DBoost_LIBRARY_DIRS=${{steps.install-boost.outputs.BOOST_ROOT}}/lib -DBOOST_ROOT="$env:BOOST_ROOT" .. msbuild Karbowanec.sln /p:Configuration=Release /m cd src\Release Compress-Archive -Path *.exe -DestinationPath "$release_name.zip"