Skip to content

Commit

Permalink
gh: Fix cmake config options.
Browse files Browse the repository at this point in the history
  • Loading branch information
xlauko committed Apr 17, 2024
1 parent 058535f commit b5d174d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: cmake --preset ci

- name: Build ${{ matrix.build-type }} with sanitizers set ${{ matrix.sanitizers }}
run: cmake --build --preset ci -C ${{ matrix.build-type }} -j $(nproc)
run: cmake --build --preset ci --config ${{ matrix.build-type }} -j $(nproc)

- name: Test ${{ matrix.build-type }} with sanitizers set ${{ matrix.sanitizers }}
run: ctest --preset ci -C ${{ matrix.build-type }}
run: ctest --preset ci --build-config ${{ matrix.build-type }}

0 comments on commit b5d174d

Please sign in to comment.