From b1d8bb9df529bcb1f29453f06dee4253baca8d07 Mon Sep 17 00:00:00 2001 From: edoapra Date: Tue, 15 Feb 2022 13:21:09 -0800 Subject: [PATCH] cache key update --- .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 01d1ed6ea6..f8bf9651a4 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -285,7 +285,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-v017 + 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-v018 - name: fetch apps cache if: steps.setup-cache.outputs.cache-hit == 'true' run: |