mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-27 04:26:07 +00:00
ci: clear github actions cache in linux/macos runner
it seemed that github actions macOs image have changed (version changed from 20211002.1 to 20211011.2) which made cached rocksdb not findable.
This commit is contained in:
parent
5a5edb392a
commit
2b6658b0d6
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -164,7 +164,7 @@ jobs:
|
|||||||
uses: actions/cache@v1
|
uses: actions/cache@v1
|
||||||
with:
|
with:
|
||||||
path: rocks-db-cache-${{ matrix.target.cpu }}
|
path: rocks-db-cache-${{ matrix.target.cpu }}
|
||||||
key: 'rocksdb-${{ matrix.target.os }}-${{ matrix.target.cpu }}'
|
key: 'rocksdb-v1-${{ matrix.target.os }}-${{ matrix.target.cpu }}'
|
||||||
|
|
||||||
- name: Build and install rocksdb (Linux i386)
|
- name: Build and install rocksdb (Linux i386)
|
||||||
# no librocksdb-dev:i386
|
# no librocksdb-dev:i386
|
||||||
|
Loading…
x
Reference in New Issue
Block a user