mirror of
https://github.com/justinwoo/easy-dhall-nix.git
synced 2024-11-23 03:29:42 +01:00
Merge pull request #41 from Profpatsch/gh-actions-update-nix-fetcher
.github: update install-nix-action @v9 -> @v12
This commit is contained in:
commit
a2edc737d3
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -15,5 +15,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: cachix/install-nix-action@v9
|
- uses: cachix/install-nix-action@v12
|
||||||
|
with:
|
||||||
|
nix_path: nixpkgs=channel:nixos-20.09
|
||||||
- run: ./test.sh
|
- run: ./test.sh
|
||||||
|
|
Loading…
Reference in a new issue