Skip to content

Commit a972807

Browse files
committed
Remove double cache from dialyzer CI job
1 parent 97c88eb commit a972807

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,5 @@ jobs:
7070
key: ${{ runner.os }}-dialyzer-${{ hashFiles(format('{0}{1}', github.workspace, '/rebar.config')) }}
7171
restore-keys: |
7272
${{ runner.os }}-dialyzer-
73-
- name: Cache Dialyzer PLTs
74-
uses: actions/cache@v1
75-
with:
76-
path: ~/.cache/rebar3/rebar3_*.plt
77-
key: ${{ runner.os }}-dialyzer-${{ hashFiles(format('{0}{1}', github.workspace, '/rebar.config')) }}
78-
restore-keys: |
79-
${{ runner.os }}-dialyzer-
8073
- name: Dialyzer
8174
run: rebar3 dialyzer

0 commit comments

Comments
 (0)