Skip to content

Commit

Permalink
Ninja is new make.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gandalf-the-Grey committed Nov 29, 2023
1 parent 8ec545b commit 699e9b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ jobs:
run: |
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ../hive
cmake -DCMAKE_BUILD_TYPE=Release -GNinja ../hive
- name: Build
run: |
cd build
time make -j4
time ninja -j4
- name: Results
run: |
Expand Down

0 comments on commit 699e9b3

Please sign in to comment.