We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97c88eb commit a972807Copy full SHA for a972807
.github/workflows/ci.yml
@@ -70,12 +70,5 @@ jobs:
70
key: ${{ runner.os }}-dialyzer-${{ hashFiles(format('{0}{1}', github.workspace, '/rebar.config')) }}
71
restore-keys: |
72
${{ 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-
80
- name: Dialyzer
81
run: rebar3 dialyzer
0 commit comments