From dc3a772b6cc027d043bee697984b5026d27626bd Mon Sep 17 00:00:00 2001 From: edoapra Date: Fri, 28 Jan 2022 18:16:44 -0800 Subject: [PATCH] cache key refresh because of new libxc version --- .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 7bcd8d6fb7..1750577ad8 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -263,7 +263,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-v015 + 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-v016 - name: fetch apps cache if: steps.setup-cache.outputs.cache-hit == 'true' run: |