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