From 3b7f1ba31230113623a36f62ee3a2eb9d87a8c47 Mon Sep 17 00:00:00 2001 From: Green Sky Date: Mon, 4 Dec 2023 17:29:30 +0100 Subject: [PATCH] try fix nix ci --- .github/workflows/cd.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index de388c5..723e8e0 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -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: