Go back to make command

This commit is contained in:
JosiahWI 2022-10-16 22:49:31 -05:00 committed by JosiahWI
parent af31bcef26
commit 1ee860d903
No known key found for this signature in database
GPG Key ID: C7BB8573A4ABC4B9

View File

@ -22,7 +22,7 @@ jobs:
- name: Build
run: |
cmake -S . -B . -G Ninja
cmake --build . -- VERBOSE=1
make VERBOSE=1
- name: Test
run: |