mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-05 16:20:10 +08:00
verbose build output
This commit is contained in:
parent
469ddf3825
commit
2f04d2030b
2
.github/workflows/run_tests_ubuntu.yml
vendored
2
.github/workflows/run_tests_ubuntu.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user