From b3a273c91960a90cfbd6658c6251923c5c8ba0f4 Mon Sep 17 00:00:00 2001 From: Daniele Pallastrelli <5451767+daniele77@users.noreply.github.com> Date: Thu, 17 Oct 2024 20:13:27 +0200 Subject: [PATCH] Try to put all in one CI test file --- .github/workflows/unix_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unix_ci.yml b/.github/workflows/unix_ci.yml index f9170ab..7d98707 100644 --- a/.github/workflows/unix_ci.yml +++ b/.github/workflows/unix_ci.yml @@ -87,7 +87,7 @@ jobs: # windows need asio library path if: runner.os == 'Windows' run: | - cmake -S . -B ./build -G -DCMAKE_BUILD_TYPE:STRING=${{matrix.build_type}} -DCMAKE_CXX_STANDARD=${{matrix.standard}} -DCLI_BuildTests=ON -DCLI_BuildExamples=ON -DCLI_UseBoostAsio=ON -DASIO_INCLUDEDIR=${{ github.workspace }}/asio/asio/include + cmake -S . -B ./build -DCMAKE_BUILD_TYPE:STRING=${{matrix.build_type}} -DCMAKE_CXX_STANDARD=${{matrix.standard}} -DCLI_BuildTests=ON -DCLI_BuildExamples=ON -DCLI_UseBoostAsio=ON -DASIO_INCLUDEDIR=${{ github.workspace }}/asio/asio/include - name: Build run: |