Skip to content

Commit

Permalink
update Nix CI boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog committed Aug 3, 2023
1 parent 475d382 commit 9db6b6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nix-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ jobs:
else
echo "tested_commit=${{ github.sha }}" >> $GITHUB_ENV
fi
- uses: cachix/install-nix-action@v16
- uses: cachix/install-nix-action@v20
with:
nix_path: nixpkgs=channel:nixpkgs-unstable
- uses: cachix/cachix-action@v10
- uses: cachix/cachix-action@v12
with:
name: coq-community
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
extraPullNames: coq, math-comp
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
ref: ${{ env.tested_commit }}
- run: >
Expand Down

0 comments on commit 9db6b6f

Please sign in to comment.