From 3ed41e39f6608df0e68a6fe7fddadc6e0a17178f Mon Sep 17 00:00:00 2001 From: Badlop Date: Mon, 14 Jun 2021 17:19:50 +0200 Subject: [PATCH] CI: don't cache dialyzer output file: when there are several, ln fails --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17f1a1e5a..66db110da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -111,6 +111,7 @@ jobs: path: | ~/.cache/rebar3/ _build/default/ + !_build/default/*dialyzer_warnings key: ${{matrix.otp}}-${{matrix.rebar}}-${{hashFiles('rebar.config')}} - name: Compile