Skip to content

Commit

Permalink
Merge pull request #110 from coq-community/fix-and-update-nix-ci
Browse files Browse the repository at this point in the history
Fix and update Nix CI
  • Loading branch information
Zimmi48 authored Dec 10, 2021
2 parents 790d42e + 378afa7 commit e62015d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix-action.yml.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,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
<%# cachix %>
Expand All @@ -61,7 +61,7 @@ jobs:
<%/ cachix %>
- uses: actions/checkout@v2
with:
ref: ${{ env.tested_ref }}
ref: ${{ env.tested_commit }}
<%# submodule %>
submodules: recursive
<%/ submodule %>
Expand Down

0 comments on commit e62015d

Please sign in to comment.