CI: Add verbose flag to build ()

This commit is contained in:
JosiahWI
2021-05-08 13:38:57 -05:00
committed by GitHub
parent 04bc02fc22
commit 08057945f6

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