File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -31,17 +31,17 @@ jobs:
31
31
${{ runner.os }}-build-
32
32
${{ runner.os }}-
33
33
- name : Cache-stack (Windows)
34
- uses : actions/cache@v2
35
- if : matrix.os == 'windows-latest'
36
- env :
37
- cache-name : stack-windows
38
- with :
39
- path : ' C:\Users\runneradmin\AppData\Local\Programs\stack'
40
- key : ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/stack.yaml.lock') }}
41
- restore-keys : |
42
- ${{ runner.os }}-build-${{ env.cache-name }}-
43
- ${{ runner.os }}-build-
44
- ${{ runner.os }}-
34
+ uses : actions/cache@v2
35
+ if : matrix.os == 'windows-latest'
36
+ env :
37
+ cache-name : stack-windows
38
+ with :
39
+ path : ' C:\Users\runneradmin\AppData\Local\Programs\stack'
40
+ key : ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/stack.yaml.lock') }}
41
+ restore-keys : |
42
+ ${{ runner.os }}-build-${{ env.cache-name }}-
43
+ ${{ runner.os }}-build-
44
+ ${{ runner.os }}-
45
45
- name : Setup Stack
46
46
env :
47
47
ACTIONS_ALLOW_UNSECURE_COMMANDS : true
You can’t perform that action at this time.
0 commit comments