From f9c98e7de73534af1c796e150b1dd00637ab038e Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Tue, 11 Jul 2023 17:44:54 -0700 Subject: [PATCH] caching - change names --- .github/workflows/ci-nimbus.yml | 4 ++-- atlas.lock | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-nimbus.yml b/.github/workflows/ci-nimbus.yml index 34a2ab4..1e8d6aa 100644 --- a/.github/workflows/ci-nimbus.yml +++ b/.github/workflows/ci-nimbus.yml @@ -151,14 +151,14 @@ jobs: uses: actions/cache@v3 with: path: NimBinaries - key: ${{ matrix.target.os }}-${{ matrix.target.cpu }}-nim-${{ hashFiles('atlas.lock') }} + key: nim-${{ matrix.target.os }}-${{ matrix.target.cpu }}-${{ hashFiles('atlas.lock') }} - name: Restore Vendor Clones from cache id: vendor-cache uses: actions/cache@v3 with: path: vendor/*/ - key: ${{ matrix.target.os }}-${{ matrix.target.cpu }}-vendor-${{ hashFiles('atlas.lock') }} + key: vendor-${{ matrix.target.os }}-${{ matrix.target.cpu }}-${{ hashFiles('atlas.lock') }} - name: Run tests run: | diff --git a/atlas.lock b/atlas.lock index 4ff1795..f672e7f 100644 --- a/atlas.lock +++ b/atlas.lock @@ -141,4 +141,3 @@ "gccVersion": "", "clangVersion": "" } - \ No newline at end of file