From 505d24a5870d54a1802ddc05d71189d5594070ce Mon Sep 17 00:00:00 2001 From: Wen Wei Tseng Date: Thu, 2 Nov 2023 21:36:10 +0800 Subject: [PATCH] cache key --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c89d58..956e25b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -122,7 +122,7 @@ jobs: ~/.julia/packages ~/.julia/environments ~/.local/share/jupyter/ - key: ${{ runner.os }}-juliacontainer-${{ hashFiles('src/**','Project.toml', 'Manifest.toml')}} + key: ${{ runner.os }}-jill-${{ hashFiles('src/**','Project.toml', 'Manifest.toml')}} - name: Execute Notebook if: ${{ steps.cache.outputs.cache-hit != 'true' }} run: >