Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CohenCyril committed Feb 18, 2021
1 parent 9589f9c commit 06628d8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/nix-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
with:
# Name of a cachix cache to pull/substitute
name: math-comp
extraPullNames:
- coq
extraPullNames: coq
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Cache Nix Store
uses: actions/[email protected]
Expand Down Expand Up @@ -63,8 +62,7 @@ jobs:
with:
# Name of a cachix cache to pull/substitute
name: math-comp
extraPullNames:
- coq
extraPullNames: coq
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Cache Nix Store
uses: actions/[email protected]
Expand Down Expand Up @@ -102,8 +100,7 @@ jobs:
with:
# Name of a cachix cache to pull/substitute
name: math-comp
extraPullNames:
- coq
extraPullNames: coq
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Cache Nix Store
uses: actions/[email protected]
Expand Down

0 comments on commit 06628d8

Please sign in to comment.