Skip to content

Commit

Permalink
build using cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
darcys22 committed Aug 28, 2023
1 parent 1e60880 commit c86465a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: cmake -Bbuild -H.

- name: Compile
run: make
run: cmake --build build

- name: Run tests
run: make test
Expand Down

0 comments on commit c86465a

Please sign in to comment.