From 70cbca23d9977f3f32ae4778653b3d8734d47c07 Mon Sep 17 00:00:00 2001 From: edoapra Date: Mon, 10 Jan 2022 12:04:14 -0800 Subject: [PATCH] cache key refresh --- .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 e0efdf904d..6c803216f2 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -237,7 +237,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-v011 + 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-v012 - name: fetch apps cache if: steps.setup-cache.outputs.cache-hit == 'true' run: |