verbose build output

This commit is contained in:
Kyle Shores 2024-02-13 15:57:45 -06:00
parent 469ddf3825
commit 2f04d2030b

View File

@ -356,7 +356,7 @@ jobs:
shell: bash -l {0}
run: |
cd build
LD_LIBRARY_PATH=${LD_LIBRARY_PATH} make -j 12
LD_LIBRARY_PATH=${LD_LIBRARY_PATH} make VERBOSE=1
if: ${{ success() }}
- name: Run Tests