caching
This commit is contained in:
parent
ff5853780c
commit
ef68f13938
|
@ -154,7 +154,7 @@ jobs:
|
|||
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/*/
|
||||
|
|
Loading…
Reference in New Issue