Skip to content

Commit

Permalink
took out caching attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Aug 7, 2020
1 parent 09a7b2c commit ce1828a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/autotools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce1828a

Please sign in to comment.