Skip to content

Commit

Permalink
Merge pull request #1007 from binaryseed/fix-action-plt-caching
Browse files Browse the repository at this point in the history
Fix cache key for plt
  • Loading branch information
binaryseed authored Dec 24, 2020
2 parents 9cb0900 + 6ed99ae commit ecf55d4
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 @@ -47,7 +47,7 @@ jobs:
uses: actions/cache@v2
with:
path: priv/plts
key: ${{ runner.os }}-build-${{ matrix.otp }}-${{ matrix.elixir }}-${{ hashFiles('**/mix.lock') }}
key: ${{ runner.os }}-plt-${{ matrix.otp }}-${{ matrix.elixir }}-${{ hashFiles('**/mix.lock') }}

- name: Install deps
run: mix deps.get
Expand Down

0 comments on commit ecf55d4

Please sign in to comment.