Skip to content

Commit

Permalink
Use more precise restore keys
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Nov 3, 2023
1 parent bae5a7a commit a33ec58
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 @@ -41,7 +41,7 @@ jobs:
_build
key: ${{ runner.os }}-mix-${{matrix.pair.elixir}}-${{matrix.pair.otp}}-${{ hashFiles('**/mix.lock') }}
restore-keys: |
${{ runner.os }}-mix-
${{ runner.os }}-mix--${{matrix.pair.elixir}}-${{matrix.pair.otp}}-
- run: mix deps.get

Expand Down

0 comments on commit a33ec58

Please sign in to comment.