Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AGonzalezNicolas authored Jul 19, 2024
1 parent 4cd37f7 commit a0fae04
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ jobs:
tar -xzvf ${{ env.PNETCDF_VERSION }}.tar.gz
ls -l
pushd ${{ env.PNETCDF_VERSION }}
chmod +x configure
bash ./configure --prefix=$HOME/pnetcdf --enable-shared --disable-cxx
# chmod +x configure
# bash ./configure --prefix=$HOME/pnetcdf --enable-shared --disable-cxx
./configure --prefix=$HOME/pnetcdf --enable-shared --disable-cxx
make
make install
popd
Expand All @@ -83,8 +84,9 @@ jobs:
tar -xzvf ${{ env.NETCDF_FORTRAN_VERSION }}.tar.gz
ls -l
pushd netcdf-fortran-*
chmod +x configure
bash ./configure --prefix=$HOME/netcdf-fortran
# chmod +x configure
# bash ./configure --prefix=$HOME/netcdf-fortran
./configure --prefix=$HOME/netcdf-fortran
make
make install

Expand Down

0 comments on commit a0fae04

Please sign in to comment.