Skip to content

Commit

Permalink
add test to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue committed Sep 19, 2023
1 parent 9e8f588 commit c94231d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: python -m pip install jinja2

- name: configure
run: cmake -S . -B build -G "Ninja" -DCMAKE_BUILD_TYPE=RelWithDebInfo ${{ matrix.flags }}
run: cmake -S . -B build -G "Ninja" ${{ matrix.flags }}

- name: build
working-directory: build
Expand Down

0 comments on commit c94231d

Please sign in to comment.