update workflow
Some checks failed
Build / build (push) Failing after 23s

This commit is contained in:
2025-04-13 14:31:53 +02:00
parent fb5091aad3
commit f70d053a23

View File

@@ -2,13 +2,9 @@ name: "Build"
on:
push:
jobs:
flake-check:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies for Nix setup action
run: |
apt update -y
apt install sudo -y
- uses: cachix/install-nix-action@v30
- run: nix --option sandbox false build .#
- uses: cachix/install-nix-action@v31
- run: nix build .#