forked from DGNum/colmena
ci: remove unused Nix versions in build stage
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
3e7341a98c
commit
6b95ec1725
1 changed files with 0 additions and 6 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -10,14 +10,8 @@ jobs:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
- macos-11
|
- macos-11
|
||||||
nix:
|
nix:
|
||||||
#- name: 2.3.16
|
|
||||||
# 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
|
- name: 2.7.0
|
||||||
url: https://releases.nixos.org/nix/nix-2.7.0/install
|
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
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.3.5
|
- uses: actions/checkout@v2.3.5
|
||||||
|
|
Loading…
Reference in a new issue