From fb31ba9e71e44d8ed39e2f0d7be7e4a0479812be Mon Sep 17 00:00:00 2001 From: edoapra Date: Fri, 15 Oct 2021 18:30:58 -0700 Subject: [PATCH] changed cache key to refresh cache --- .github/workflows/github_actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index e1e3ffcc60..28f846b06e 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -230,7 +230,7 @@ jobs: path: | ~/cache ~/apps - key: ${{ matrix.os }}-${{ matrix.mpi_impl}}-${{ matrix.fc}}-xcode${{ matrix.xcode_version}}-simint${{ matrix.use_simint}}-blas${{ matrix.blas}}-simd${{ steps.get-simd.outputs.simd }}-nwchemcache-v009 + key: ${{ matrix.os }}-${{ matrix.mpi_impl}}-${{ matrix.fc}}-xcode${{ matrix.xcode_version}}-simint${{ matrix.use_simint}}-blas${{ matrix.blas}}-simd${{ steps.get-simd.outputs.simd }}-nwchemcache-v010 - name: fetch apps cache if: steps.setup-cache.outputs.cache-hit == 'true' run: |