From ea97be91246204c0755a668f93de7500a6fc2757 Mon Sep 17 00:00:00 2001 From: Badlop Date: Mon, 21 Jun 2021 11:26:52 +0200 Subject: [PATCH] Don't cache rebar3 binaries... compiling is less than 2 minutes anyway --- .github/workflows/ci.yml | 9 ++------- 1 file 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: |