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:
jangko 2021-10-20 08:27:53 +07:00
parent 5a5edb392a
commit 2b6658b0d6
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ jobs:
uses: actions/cache@v1
with:
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)
# no librocksdb-dev:i386