chore(ci): cache rocksdb+quicer for elixir packages
This commit is contained in:
parent
a251fed66c
commit
4f05a89848
|
@ -297,12 +297,16 @@ jobs:
|
||||||
- name: load rocksdb cache
|
- name: load rocksdb cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: source/_build/default/lib/rocksdb/
|
path: |
|
||||||
|
source/_build/default/lib/rocksdb/
|
||||||
|
source/deps/rocksdb/
|
||||||
key: ${{ matrix.os }}-${{ matrix.otp }}-${{ matrix.arch }}-${{ steps.deps-refs.outputs.DEP_ROCKSDB_REF }}
|
key: ${{ matrix.os }}-${{ matrix.otp }}-${{ matrix.arch }}-${{ steps.deps-refs.outputs.DEP_ROCKSDB_REF }}
|
||||||
- name: load quicer cache
|
- name: load quicer cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: source/_build/default/lib/quicer/
|
path: |
|
||||||
|
source/_build/default/lib/quicer/
|
||||||
|
source/deps/quicer/
|
||||||
key: ${{ matrix.os }}-${{ matrix.otp }}-${{ matrix.arch }}-${{ steps.deps-refs.outputs.DEP_QUICER_REF }}
|
key: ${{ matrix.os }}-${{ matrix.otp }}-${{ matrix.arch }}-${{ steps.deps-refs.outputs.DEP_QUICER_REF }}
|
||||||
- name: download old emqx tgz packages
|
- name: download old emqx tgz packages
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue