From ff18bf6fc3b4b6cf9133aa864f18a50d17cd0991 Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Tue, 11 Jul 2023 17:53:01 -0700 Subject: [PATCH] restore names --- .github/workflows/ci-nimbus.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-nimbus.yml b/.github/workflows/ci-nimbus.yml index 914dbd2..34a2ab4 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: nim-${{ matrix.target.os }}-${{ matrix.target.cpu }}-${{ hashFiles('atlas.lock') }} + key: ${{ matrix.target.os }}-${{ matrix.target.cpu }}-nim-${{ hashFiles('atlas.lock') }} - name: Restore Vendor Clones from cache - id: nim-cache + id: vendor-cache uses: actions/cache@v3 with: path: vendor/*/ - key: vendor-${{ matrix.target.os }}-${{ matrix.target.cpu }}-${{ hashFiles('atlas.lock') }} + key: ${{ matrix.target.os }}-${{ matrix.target.cpu }}-vendor-${{ hashFiles('atlas.lock') }} - name: Run tests run: |