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 15, 2024
1 parent 0f87ef0 commit fa3b2eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
ls -l
pushd ${{ env.PNETCDF_VERSION }}
chmod +x configure
./configure --prefix=$HOME/pnetcdf --enable-shared --disable-cxx
bash ./configure --prefix=$HOME/pnetcdf --enable-shared --disable-cxx
make
make install
popd
Expand All @@ -84,7 +84,7 @@ jobs:
ls -l
pushd netcdf-fortran-*
chmod +x configure
./configure --prefix=$HOME/netcdf-fortran
bash ./configure --prefix=$HOME/netcdf-fortran
make
make install
Expand Down

0 comments on commit fa3b2eb

Please sign in to comment.