Skip to content

Commit

Permalink
Clear github actions cache for Elixir compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
ukutaht committed Sep 21, 2022
1 parent e373799 commit df9f969
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
deps
_build
priv/plts
key: ${{ runner.os }}-mix-v1-${{ hashFiles('**/mix.lock') }}
restore-keys: ${{ runner.os }}-mix-v1-
key: ${{ runner.os }}-mix-v2-${{ hashFiles('**/mix.lock') }}
restore-keys: ${{ runner.os }}-mix-v2-
- name: Install dependencies
run: mix deps.get
- name: Check Formatting
Expand Down

0 comments on commit df9f969

Please sign in to comment.