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 a0fae04 commit c94a036
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ 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
./configure --prefix=$HOME/pnetcdf --enable-shared --disable-cxx
make
make install
Expand All @@ -84,8 +82,6 @@ jobs:
tar -xzvf ${{ env.NETCDF_FORTRAN_VERSION }}.tar.gz
ls -l
pushd 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 c94a036

Please sign in to comment.