We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 430ec24 commit 5fd4ca6Copy full SHA for 5fd4ca6
1 file changed
.github/workflows/ci.yml
@@ -170,14 +170,6 @@ jobs:
170
_build
171
key: ${{ runner.os }}-mix-quality-${{ hashFiles('**/mix.lock') }}
172
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
-
181
- name: Install dependencies
182
run: mix deps.get
183
0 commit comments