From df726386cb58b5b695bec85d281c0d471fb77b8f Mon Sep 17 00:00:00 2001 From: edoapra Date: Tue, 19 Jan 2021 10:09:44 -0800 Subject: [PATCH] change cache key for new openblas config [do_extra_archs] --- .github/workflows/github_actions.yml | 2 +- .github/workflows/github_actions_archs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index 8df25a4dbd..306fa7185e 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -121,7 +121,7 @@ jobs: with: path: | ~/cache - key: ${{ matrix.os }}-${{ matrix.mpi_impl}}-${{ matrix.fc}}-xcode${{ matrix.xcode_version}}-simint${{ matrix.use_simint}}-nwchemcache-v002 + key: ${{ matrix.os }}-${{ matrix.mpi_impl}}-${{ matrix.fc}}-xcode${{ matrix.xcode_version}}-simint${{ matrix.use_simint}}-nwchemcache-v003 - name: Checkout code uses: actions/checkout@v2 with: diff --git a/.github/workflows/github_actions_archs.yml b/.github/workflows/github_actions_archs.yml index 9bac077d6d..058dff2713 100644 --- a/.github/workflows/github_actions_archs.yml +++ b/.github/workflows/github_actions_archs.yml @@ -38,7 +38,7 @@ jobs: with: path: | ~/cache - key: ${{ runner.os }}-${{ matrix.mpi_impl}}-${{ matrix.distro}}-${{ matrix.arch}}-nwchem-v004 + key: ${{ runner.os }}-${{ matrix.mpi_impl}}-${{ matrix.distro}}-${{ matrix.arch}}-nwchem-v005 - uses: actions/checkout@v2 name: Checkout with: