Skip to content

Commit

Permalink
Update nix.yml (#9)
Browse files Browse the repository at this point in the history
* Update nix.yml
  • Loading branch information
CohenCyril authored Feb 17, 2021
1 parent 616fd2f commit 7de8402
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,13 @@ jobs:
steps:
- name: Checkout
uses: actions/[email protected]
- uses: cachix/install-nix-action@v8
- uses: cachix/cachix-action@v6
- uses: cachix/install-nix-action@v12
- uses: cachix/cachix-action@v8
with:
# Name of a cachix cache to push and pull/substitute
name: math-comp
extraPullNames: coq
# Authentication token for Cachix, needed only for private cache access
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
# building fake mathcomp-fast target
- run: nix-build --arg config '{coq = "${{ matrix.coq }}"; mathcomp = "${{ matrix.mc }}";}'

0 comments on commit 7de8402

Please sign in to comment.