Skip to content

Commit

Permalink
Fix and update Nix CI from templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zimmi48 committed Dec 10, 2021
1 parent 1a856bd commit 6c3566b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nix-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
else
echo "tested_commit=${{ github.sha }}" >> $GITHUB_ENV
fi
- uses: cachix/install-nix-action@v14
- uses: cachix/install-nix-action@v16
with:
nix_path: nixpkgs=channel:nixpkgs-unstable
- uses: cachix/cachix-action@v10
Expand All @@ -42,6 +42,6 @@ jobs:
extraPullNames: coq, math-comp
- uses: actions/checkout@v2
with:
ref: ${{ env.tested_ref }}
ref: ${{ env.tested_commit }}
- run: >
nix-build https://coq.inria.fr/nix/toolbox --argstr job aac-tactics --arg override '{ ${{ matrix.overrides }}; aac-tactics = builtins.filterSource (path: _: baseNameOf path != ".git") ./.; }'

0 comments on commit 6c3566b

Please sign in to comment.