Skip to content

Commit

Permalink
Cache PLT file correctly (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunvez committed May 6, 2022
1 parent 4e15589 commit 11b49a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dialyzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ jobs:
uses: actions/cache@v2
with:
path: |
priv/plts/*
_build/dev/*.plt
_build/dev/*.plt.hash
key: plt-cache-${{ steps.set_vars.outputs.mix_hash }}
restore-keys: |
plt-cache-
- name: Run Dialyzer
- name: Setup Project
uses: erlef/setup-elixir@v1
with:
otp-version: '24.1.7'
Expand Down

0 comments on commit 11b49a2

Please sign in to comment.