Skip to content

Commit

Permalink
fix typo in dialyzer caching key
Browse files Browse the repository at this point in the history
  • Loading branch information
doughsay committed Mar 6, 2024
1 parent 109ef03 commit a5e80e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
path: |
_build/dev/*.plt
_build/dev/*.plt.hash
key: plt-cache-${{ runner.os }}-mix-${{ env.MIX_ENV }}-otp-${{ steps.setup_beam.outputs.otp-version }}-elixir-${{ steps.setup_beam.outputs.elixir-version }}-lock-${{ hashFiles('/mix.lock') }}
key: plt-cache-${{ runner.os }}-mix-${{ env.MIX_ENV }}-otp-${{ steps.setup_beam.outputs.otp-version }}-elixir-${{ steps.setup_beam.outputs.elixir-version }}-lock-${{ hashFiles('mix.lock') }}
restore-keys: |
plt-cache-${{ runner.os }}-mix-${{ env.MIX_ENV }}-otp-${{ steps.setup_beam.outputs.otp-version }}-elixir-${{ steps.setup_beam.outputs.elixir-version }}-
plt-cache-
Expand Down

0 comments on commit a5e80e4

Please sign in to comment.