mirror of
https://github.com/logos-storage/logos-storage-nim-dht.git
synced 2026-01-07 07:53:06 +00:00
caching - change names
This commit is contained in:
parent
ef68f13938
commit
f9c98e7de7
4
.github/workflows/ci-nimbus.yml
vendored
4
.github/workflows/ci-nimbus.yml
vendored
@ -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: |
|
||||
|
||||
@ -141,4 +141,3 @@
|
||||
"gccVersion": "",
|
||||
"clangVersion": ""
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user