From ce1828aaeddeb6fc4e0a9951d32cd617b455c487 Mon Sep 17 00:00:00 2001 From: Edward Hartnett Date: Fri, 7 Aug 2020 12:20:12 -0600 Subject: [PATCH] took out caching attempt --- .github/workflows/autotools.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/autotools.yml b/.github/workflows/autotools.yml index 8d6947a00b6..1d779b9ad3c 100644 --- a/.github/workflows/autotools.yml +++ b/.github/workflows/autotools.yml @@ -25,14 +25,7 @@ jobs: run: | sudo apt-get install netcdf-bin libnetcdf-dev doxygen graphviz wget gfortran libjpeg-dev libz-dev openmpi-bin libopenmpi-dev - - name: Cache pnetcdf - id: cache-pnetcdf - uses: actions/cache@v2 - with: - path: pnetcdf - key: ${{ runner.os }}-pnetcdf-1.11.0 - name: pnetcdf build - if: steps.cache-pnetcdf.outputs.cache-hit != 'true' run: | wget https://parallel-netcdf.github.io/Release/pnetcdf-1.11.0.tar.gz tar -xzvf pnetcdf-1.11.0.tar.gz