diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index de059db..16b9942 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -39,5 +39,5 @@ jobs: run: | cd build ls - cmake .. -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -G "Visual Studio 17 2022" - cmake --build . --config Release + cmake .. -DCMAKE_BUILD_TYPE=Release + cmake --build .