Skip to content

Commit

Permalink
Debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinswales committed Nov 2, 2023
1 parent 83a4866 commit 269f263
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci_build_scm_ubuntu_22.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:

# Environmental variables
env:
FCFLAGS: -fPIC
NFHOME: /home/runner/netcdf-fortran
NFVERSION: v4.4.4
bacio_ROOT: /home/runner/bacio
Expand Down Expand Up @@ -156,7 +157,7 @@ jobs:
run: |
git clone --branch ${NFVERSION} https://github.com/Unidata/netcdf-fortran.git
cd netcdf-fortran
./configure
./configure --prefix=${NFHOME}
make -j
sudo make install
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${NFHOME}/lib
Expand Down

0 comments on commit 269f263

Please sign in to comment.