Skip to content

Commit

Permalink
Move to the workspace directory before tarball cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
scrasmussen committed Nov 26, 2024
1 parent a6f407c commit fb40caa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/intel_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ jobs:
./configure --prefix=${HDF5_ROOT}
make -j
make install
cd $GITHUB_WORKSPACE
rm hdf5-${HDF5_VERSION}.tar.gz
rm -rf hdf5-${HDF5_VERSION}
Expand Down Expand Up @@ -147,6 +148,7 @@ jobs:
cd ${HOME}/openmpi-${MPI_VERSION}
make -j
make install -j
cd $GITHUB_WORKSPACE
rm openmpi-${MPI_VERSION}.tar.gz
rm -rf openmpi-${MPI_VERSION}
Expand Down Expand Up @@ -192,6 +194,7 @@ jobs:
CPPFLAGS="-I${HDF5_ROOT}/include" LDFLAGS="-L${HDF5_ROOT}/lib" ./configure --prefix=${NetCDF_ROOT}
make -j
make install -j
cd $GITHUB_WORKSPACE
rm v${NetCDF_VERSION}.tar.gz
rm -rf netcdf-c-${NetCDF_VERSION}
Expand All @@ -204,6 +207,7 @@ jobs:
FCFLAGS="-fPIC" FFLAGS="-fPIC" CPPFLAGS="-I${HDF5_ROOT}/include -I${NetCDF_ROOT}/include" LDFLAGS="-L${HDF5_ROOT}/lib -L${NetCDF_ROOT}/lib" ./configure --prefix=${NetCDF_ROOT}
make -j
make install -j
cd $GITHUB_WORKSPACE
rm v${NetCDFF_VERSION}.tar.gz
rm -rf netcdf-fortran-${NetCDFF_VERSION}
Expand Down

0 comments on commit fb40caa

Please sign in to comment.