Skip to content

Commit 06628d8

Browse files
committed
fix
1 parent 9589f9c commit 06628d8

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/nix-action.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ jobs:
2424
with:
2525
# Name of a cachix cache to pull/substitute
2626
name: math-comp
27-
extraPullNames:
28-
- coq
27+
extraPullNames: coq
2928
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
3029
- name: Cache Nix Store
3130
uses: actions/[email protected]
@@ -63,8 +62,7 @@ jobs:
6362
with:
6463
# Name of a cachix cache to pull/substitute
6564
name: math-comp
66-
extraPullNames:
67-
- coq
65+
extraPullNames: coq
6866
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
6967
- name: Cache Nix Store
7068
uses: actions/[email protected]
@@ -102,8 +100,7 @@ jobs:
102100
with:
103101
# Name of a cachix cache to pull/substitute
104102
name: math-comp
105-
extraPullNames:
106-
- coq
103+
extraPullNames: coq
107104
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
108105
- name: Cache Nix Store
109106
uses: actions/[email protected]

0 commit comments

Comments
 (0)