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 59f0d5f537
commit f66462ca6b
No known key found for this signature in database
GPG Key ID: DD279F8152A9B6DD
1 changed files with 6 additions and 2 deletions

View File

@ -298,12 +298,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: