try fix nix ci
This commit is contained in:
parent
632f4d3fe1
commit
3b7f1ba312
10
.github/workflows/cd.yml
vendored
10
.github/workflows/cd.yml
vendored
@ -46,12 +46,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: Install Dependencies
|
#- name: Install Dependencies
|
||||||
# TODO: is 2.6 new enough?
|
## TODO: is 2.6 new enough?
|
||||||
run: sudo apt update && sudo apt -y install nix
|
#run: sudo apt update && sudo apt -y install nix
|
||||||
|
|
||||||
|
- uses: cachix/install-nix-action@v24
|
||||||
|
|
||||||
- name: Nix build
|
- name: Nix build
|
||||||
run: nix --extra-experimental-features nix-command build '.#static'
|
run: nix build '.#static'
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user