Skip to content

Commit

Permalink
ci: remove Ninja generator from CMake configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
pageldev committed Jan 19, 2025
1 parent 26555ba commit 943fee4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ jobs:
- name: configure
run: |
cmake -S . -B build \
-DCMAKE_BUILD_TYPE=Release \
-G Ninja
-DCMAKE_BUILD_TYPE=Release
- name: build
run: |
cmake --build build

0 comments on commit 943fee4

Please sign in to comment.