Fix cache check.

This commit is contained in:
Ward Fisher 2022-06-28 16:27:23 -06:00
parent 8637265e7f
commit ff34b66182

View File

@ -387,7 +387,7 @@ jobs:
uses: actions/cache@v2
with:
path: ~/environments/${{ matrix.hdf5 }}
key: hdf5-${{ runner.os }}-${{ matrix.hdf5 }}
key: hdf5-parallel-${{ runner.os }}-${{ matrix.hdf5 }}
- name: Check Cache
shell: bash -l {0}