File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 24
24
with :
25
25
# Name of a cachix cache to pull/substitute
26
26
name : math-comp
27
- extraPullNames :
28
- - coq
27
+ extraPullNames : coq
29
28
authToken : ' ${{ secrets.CACHIX_AUTH_TOKEN }}'
30
29
- name : Cache Nix Store
31
30
uses : actions/cache@v2.1.4
63
62
with :
64
63
# Name of a cachix cache to pull/substitute
65
64
name : math-comp
66
- extraPullNames :
67
- - coq
65
+ extraPullNames : coq
68
66
authToken : ' ${{ secrets.CACHIX_AUTH_TOKEN }}'
69
67
- name : Cache Nix Store
70
68
uses : actions/cache@v2.1.4
@@ -102,8 +100,7 @@ jobs:
102
100
with :
103
101
# Name of a cachix cache to pull/substitute
104
102
name : math-comp
105
- extraPullNames :
106
- - coq
103
+ extraPullNames : coq
107
104
authToken : ' ${{ secrets.CACHIX_AUTH_TOKEN }}'
108
105
- name : Cache Nix Store
109
106
uses : actions/cache@v2.1.4
You can’t perform that action at this time.
0 commit comments