Skip to content

Commit

Permalink
CI: Verbose configure [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
gsjaardema committed Nov 9, 2022
1 parent d6821bc commit 0d30541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_external_lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
find /usr/include -name cgnslib.h
mkdir build
cd build
NETCDF_PATH=/usr CGNS_PATH=/usr HDF5_DIR=/usr MODERN=YES NUMPROCS=2 COMPILER=${{ matrix.compiler }} INSTALL_PATH=${HOME} bash ../cmake-config
NETCDF_PATH=/usr CGNS_PATH=/usr HDF5_DIR=/usr MODERN=YES NUMPROCS=2 COMPILER=${{ matrix.compiler }} INSTALL_PATH=${HOME} bash -xv ../cmake-config
- name: Build
shell: bash -l {0}
Expand Down

0 comments on commit 0d30541

Please sign in to comment.