Skip to content

Commit

Permalink
checkout before
Browse files Browse the repository at this point in the history
  • Loading branch information
CohenCyril committed Mar 11, 2021
1 parent ea6a04b commit b359658
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
fail-fast: false
matrix: ${{fromJson(needs.setup.outputs.matrix)}}
steps:
- name: Checkout
uses: actions/[email protected]
- uses: cachix/install-nix-action@v12
with:
nix_path: nixpkgs=channel:nixpkgs-unstable
Expand All @@ -38,8 +40,6 @@ jobs:
extraPullNames: coq
# Authentication token for Cachix, needed only for private cache access
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Checkout
uses: actions/[email protected]
- name: Building mathcomp-full-shell target if required
run: |
overrides="{coq = \"${{ matrix.coq }}\"; mathcomp = \"${{ matrix.mc }}\";}"
Expand All @@ -58,6 +58,8 @@ jobs:
runs-on: ubuntu-latest
needs: builds
steps:
- name: Checkout
uses: actions/[email protected]
- name: Cache install Nix packages
uses: rikhuijzer/[email protected]
with:
Expand All @@ -73,8 +75,6 @@ jobs:
# Authentication token for Cachix, needed only for private cache access
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
## does not work because the PR is updated only once
- name: Checkout
uses: actions/[email protected]
- name: Update README.md
id: set-nixenv
run: |
Expand Down

0 comments on commit b359658

Please sign in to comment.