caching - change names

This commit is contained in:
Jaremy Creechley 2023-07-11 17:44:54 -07:00
parent ef68f13938
commit f9c98e7de7
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300
2 changed files with 2 additions and 3 deletions

View File

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

View File

@ -141,4 +141,3 @@
"gccVersion": "",
"clangVersion": ""
}