Skip to content

Commit

Permalink
Recreate plt cache
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmay committed Apr 18, 2021
1 parent ae73a1b commit a7b570e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
id: plt-cache
with:
path: priv/plts
key: ${{ runner.os }}-${{ matrix.otp }}-${{ matrix.elixir }}-plts-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
key: ${{ runner.os }}-${{ matrix.otp }}-${{ matrix.elixir }}-plts-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}-1.7
- name: Create PLTs
if: steps.plt-cache.outputs.cache-hit != 'true'
run: |
Expand Down

0 comments on commit a7b570e

Please sign in to comment.