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: