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:
|
||||
submodules: recursive
|
||||
|
||||
- name: Install Dependencies
|
||||
# TODO: is 2.6 new enough?
|
||||
run: sudo apt update && sudo apt -y install nix
|
||||
#- name: Install Dependencies
|
||||
## TODO: is 2.6 new enough?
|
||||
#run: sudo apt update && sudo apt -y install nix
|
||||
|
||||
- uses: cachix/install-nix-action@v24
|
||||
|
||||
- name: Nix build
|
||||
run: nix --extra-experimental-features nix-command build '.#static'
|
||||
run: nix build '.#static'
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user