File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -26,16 +26,16 @@ jobs:
2626 uses : actions/cache@v2
2727 with :
2828 path : deps
29- key : ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
30- restore-keys : ${{ runner.os }}-mix-
29+ key : ${{ runner.os }}-mix-v2- ${{ hashFiles('**/mix.lock') }}
30+ restore-keys : ${{ runner.os }}-mix-v2-
3131 - name : Install dependencies
3232 run : mix deps.get
3333 - name : Restore PLT cache
3434 uses : actions/cache@v2
3535 with :
3636 path : priv/plts
37- key : ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
38- restore-keys : ${{ runner.os }}-mix-
37+ key : ${{ runner.os }}-mix-v2- ${{ hashFiles('**/mix.lock') }}
38+ restore-keys : ${{ runner.os }}-mix-v2-
3939 - name : Mix Formatter
4040 run : mix format --check-formatted
4141 - name : Check for compiler warnings
7272 uses : actions/cache@v2
7373 with :
7474 path : deps
75- key : ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
76- restore-keys : ${{ runner.os }}-mix-
75+ key : ${{ runner.os }}-mix-v2- ${{ hashFiles('**/mix.lock') }}
76+ restore-keys : ${{ runner.os }}-mix-v2-
7777 - name : Install dependencies
7878 run : mix deps.get
7979 - name : ExUnit tests
You can’t perform that action at this time.
0 commit comments