Skip to content

Commit

Permalink
Force rebuid of netcdf.
Browse files Browse the repository at this point in the history
Part of #712.
  • Loading branch information
GeorgeGayno-NOAA committed Nov 15, 2022
1 parent dd4c2f1 commit 7041c13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-mac-nceplibs-mpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/cache@v2
with:
path: ~/mpi
key: mpi-${{ matrix.mpi_type }}-${{ runner.os }}-1
key: mpi-${{ matrix.mpi_type }}-${{ runner.os }}

- name: build-mpi
if: steps.cache-mpi.outputs.cache-hit != 'true'
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
uses: actions/cache@v2
with:
path: ~/netcdf
key: netcdf-c-${{ matrix.netcdf_version }}-${{ runner.os }}-${{ matrix.mpi_type }}3
key: netcdf-c-${{ matrix.netcdf_version }}-${{ runner.os }}-${{ matrix.mpi_type }}-1

- name: build-hdf5
if: steps.cache-netcdf.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 7041c13

Please sign in to comment.