diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 0064b39..44d6da7 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -74,12 +74,11 @@ jobs: brew install swig brew install wget - - uses: actions/cache@v4 + - uses: actions/cache@v3 id: cache with: - path: | - $HDF5_INSTALLDIR - key: ${{ matrix.buildplat[0] }}-hdf5 + path: $HDF5_INSTALLDIR + key: ${{ matrix.buildplat[0] }}-hdf5 - name: install hdf5 if: steps.cache.outputs.cache-hit != 'true'