mirror of
https://github.com/logos-storage/logos-storage-nim-dht.git
synced 2026-01-02 13:33:08 +00:00
restore names
This commit is contained in:
parent
31413856f6
commit
ff18bf6fc3
6
.github/workflows/ci-nimbus.yml
vendored
6
.github/workflows/ci-nimbus.yml
vendored
@ -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: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user