try fix nix ci

This commit is contained in:
Green Sky 2023-12-04 17:29:30 +01:00
parent 632f4d3fe1
commit 3b7f1ba312
No known key found for this signature in database
1 changed files with 6 additions and 4 deletions

View File

@ -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: