-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ea6a04b
commit b359658
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 }}\";}" | ||
|
@@ -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: | ||
|
@@ -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: | | ||
|