Skip to content

Commit 5fd4ca6

Browse files
committed
don't keep dialyzer cache
1 parent 430ec24 commit 5fd4ca6

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -170,14 +170,6 @@ jobs:
170170
_build
171171
key: ${{ runner.os }}-mix-quality-${{ hashFiles('**/mix.lock') }}
172172

173-
- name: Cache Dialyzer PLTs
174-
uses: actions/cache@v4
175-
with:
176-
path: priv/plts
177-
key: ${{ runner.os }}-dialyzer-1.18-27-${{ hashFiles('**/mix.lock') }}
178-
restore-keys: |
179-
${{ runner.os }}-dialyzer-1.18-27-
180-
181173
- name: Install dependencies
182174
run: mix deps.get
183175

0 commit comments

Comments
 (0)