From a9242f0235b9b6e9f2105ddece93d05282eda2b4 Mon Sep 17 00:00:00 2001 From: Simran Spiller Date: Fri, 18 Sep 2020 00:07:44 +0200 Subject: [PATCH] We use Ninja single config --- .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 19e7c9d77..105a4c4fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,7 +110,7 @@ jobs: shell: bash # Execute the build. You can specify a specific target with "--target " run: | - cmake --build . --config ${{ matrix.build-type }} + cmake --build . - name: Test working-directory: ${{ runner.workspace }}/build