aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2021-06-21 11:26:52 +0200
committerBadlop <badlop@process-one.net>2021-06-21 11:46:10 +0200
commitea97be91246204c0755a668f93de7500a6fc2757 (patch)
tree16161aea53f05c919813754fdf7d1ae7a3f48cbe /.github
parentUpdate stringprep in mix (diff)
Don't cache rebar3 binaries... compiling is less than 2 minutes anyway
Diffstat (limited to '.github')
-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 66db110da..6b2b7b05f 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: |