Skip to content

Commit

Permalink
nc8
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Sep 9, 2023
1 parent a04abee commit 26a2163
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ jobs:
###

- name: Build netcdf-c if main
#shell: bash -l {0}
run: |
#pushd $HOME
find . | grep -i CMakeLists.txt
Expand Down Expand Up @@ -519,6 +518,8 @@ jobs:
#find . | grep -i CMakeLists.txt
git clone -b ${{ matrix.netcdf}} https://github.com/Unidata/netcdf-c
#pushd netcdf-c
nc-config --all
echo $LD_LIBRARY_PATH
cd netcdf-c
autoreconf -if
Expand Down

0 comments on commit 26a2163

Please sign in to comment.