summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml9
1 files changed, 2 insertions, 7 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 66db110d..6b2b7b05 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -108,10 +108,7 @@ jobs:
if: matrix.rebar == 3
uses: actions/cache@v2
with:
- path: |
- ~/.cache/rebar3/
- _build/default/
- !_build/default/*dialyzer_warnings
+ path: ~/.cache/rebar3/
key: ${{matrix.otp}}-${{matrix.rebar}}-${{hashFiles('rebar.config')}}
- name: Compile
@@ -214,9 +211,7 @@ jobs:
- name: Cache Rebar3
uses: actions/cache@v2
with:
- path: |
- ~/.cache/rebar3/
- _build/default/lib/
+ path: ~/.cache/rebar3/
key: ${{matrix.otp}}-${{matrix.rebar}}-${{hashFiles('rebar.config')}}
- name: Prepare libraries
run: |