Fix compat with old CMake CLI

This commit is contained in:
JosiahWI 2022-10-16 22:47:30 -05:00 committed by JosiahWI
parent 99ad4f3472
commit af31bcef26
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 . -v
cmake --build . -- VERBOSE=1
- name: Test
run: |