File tree Expand file tree Collapse file tree 1 file changed +12
-19
lines changed Expand file tree Collapse file tree 1 file changed +12
-19
lines changed Original file line number Diff line number Diff line change @@ -52,26 +52,19 @@ jobs:
52
52
brew : ${{ matrix.brew }}
53
53
- uses : actions/checkout@v2
54
54
55
- - name : Cache Local
56
- id : cache-local
57
- uses : actions/cache@v1
58
- with :
59
- path : ~/.local/
60
- key : ${{ runner.os }}-local-v1
61
-
62
- - name : Cache Stack
63
- id : cache-stack
64
- uses : actions/cache@v1
65
- with :
66
- path : ~/.stack
67
- key : ${{ runner.os }}-stack-v1
55
+ - name : Cache Stack
56
+ id : cache-stack
57
+ uses : actions/cache@v1
58
+ with :
59
+ path : ~/.stack
60
+ key : ${{ runner.os }}-stack-v1
68
61
69
- - name : Cache Cabal
70
- id : cache-cabal
71
- uses : actions/cache@v1
72
- with :
73
- path : ~/.cabal
74
- key : ${{ runner.os }}-cabal-v1
62
+ - name : Cache Cabal
63
+ id : cache-cabal
64
+ uses : actions/cache@v1
65
+ with :
66
+ path : ~/.cabal
67
+ key : ${{ runner.os }}-cabal-v1
75
68
76
69
- name : Build
77
70
run : |
You can’t perform that action at this time.
0 commit comments