forked from DGNum/colmena
ci: upgrade to Nix 2.8.0 for build and test
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
6b95ec1725
commit
f1a538398b
1 changed files with 4 additions and 6 deletions
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
@ -10,8 +10,8 @@ jobs:
|
|||
- ubuntu-latest
|
||||
- macos-11
|
||||
nix:
|
||||
- name: 2.7.0
|
||||
url: https://releases.nixos.org/nix/nix-2.7.0/install
|
||||
- name: 2.8.0
|
||||
url: https://releases.nixos.org/nix/nix-2.8.0/install
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.5
|
||||
|
@ -51,10 +51,8 @@ jobs:
|
|||
url: https://releases.nixos.org/nix/nix-2.3.16/install
|
||||
- name: 2.4
|
||||
url: https://releases.nixos.org/nix/nix-2.4/install
|
||||
- name: 2.7.0
|
||||
url: https://releases.nixos.org/nix/nix-2.7.0/install
|
||||
- name: 2.8.0pre
|
||||
url: https://github.com/numtide/nix-unstable-installer/releases/download/nix-2.8.0pre20220314_a618097/install
|
||||
- name: 2.8.0
|
||||
url: https://releases.nixos.org/nix/nix-2.8.0/install
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.5
|
||||
|
|
Loading…
Reference in a new issue