restore names

This commit is contained in:
Jaremy Creechley 2023-07-11 17:53:01 -07:00
parent 31413856f6
commit ff18bf6fc3
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300
1 changed files with 3 additions and 3 deletions

View File

@ -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: |