Skip to content

Commit

Permalink
now unused cache step
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Aug 16, 2024
1 parent 46d9c57 commit 42991d1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ jobs:
_build
deps
key: ${{ runner.os }}-${{ matrix.elixir }}-${{ matrix.erlang }}-${{ hashFiles('mix.lock') }}
- uses: actions/cache@v4
with:
# Don't cache PLTs based on mix.lock hash, as Dialyzer can incrementally update even old ones
key: ${{ runner.os }}-${{ matrix.elixir }}-${{ matrix.erlang }}-plt
path: priv/plts
if: ${{ matrix.lint }}
- uses: erlef/setup-beam@v1
with:
otp-version: ${{ matrix.erlang }}
Expand Down

0 comments on commit 42991d1

Please sign in to comment.