mirror of
https://github.com/plausible/analytics.git
synced 2024-12-22 17:11:36 +03:00
Clear github actions cache
This commit is contained in:
parent
6ca7425dc9
commit
435c1289ae
4
.github/workflows/elixir.yml
vendored
4
.github/workflows/elixir.yml
vendored
@ -52,8 +52,8 @@ jobs:
|
||||
deps
|
||||
_build
|
||||
priv/plts
|
||||
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
|
||||
restore-keys: ${{ runner.os }}-mix-
|
||||
key: ${{ runner.os }}-mix-v1-${{ hashFiles('**/mix.lock') }}
|
||||
restore-keys: ${{ runner.os }}-mix-v1-
|
||||
- name: Install dependencies
|
||||
run: mix deps.get
|
||||
- name: Check Formatting
|
||||
|
Loading…
Reference in New Issue
Block a user