From 83e6d7af1cf273f88a2a28959bd52d551f33200b Mon Sep 17 00:00:00 2001 From: Ian Gibbs <90706300+idigs@users.noreply.github.com> Date: Tue, 9 Jan 2024 12:56:18 -0500 Subject: [PATCH] bugfix, include spack cache for job_two --- .github/workflows/spack.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/spack.yml b/.github/workflows/spack.yml index 5dcf7c71..d82d0acd 100644 --- a/.github/workflows/spack.yml +++ b/.github/workflows/spack.yml @@ -19,7 +19,7 @@ jobs: uses: actions/cache@v3 with: path: ~/mirror - key: spack-cache-1 + key: spack-cache-2 - if: ${{ steps.spack-cache.outputs.cache-hit != 'true' }} name: create spack cache @@ -77,6 +77,13 @@ jobs: repository: spack/spack path: ./spack + - name: spack cache + id: spack-cache + uses: actions/cache@v3 + with: + path: ~/mirror + key: spack-cache-2 + - name: build korc run: | . ./spack/share/spack/setup-env.sh