chore(ci): cache rocksdb+quicer for elixir packages

This commit is contained in:
Thales Macedo Garitezi 2022-01-12 11:29:02 -03:00
parent a251fed66c
commit 4f05a89848
No known key found for this signature in database
GPG Key ID: DD279F8152A9B6DD
1 changed files with 6 additions and 2 deletions

View File

@ -297,12 +297,16 @@ jobs:
- name: load rocksdb cache
uses: actions/cache@v2
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 }}
- name: load quicer cache
uses: actions/cache@v2
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 }}
- name: download old emqx tgz packages
env: