CI: Add verbose flag to build (#35)

This commit is contained in:
JosiahWI 2021-05-08 13:38:57 -05:00 committed by GitHub
parent 04bc02fc22
commit 08057945f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ jobs:
- name: Build
run: |
cmake .
make -j2
make VERBOSE=1 -j2
- name: Package
run: |