update workflow
Some checks failed
Build / test (push) Failing after 2m47s

This commit is contained in:
2025-04-13 14:40:09 +02:00
parent f1e191a294
commit a9170b63b7

View File

@@ -2,13 +2,16 @@ name: "Build"
on: on:
push: push:
jobs: jobs:
build: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install dependencies for Nix setup action - name: Install dependencies for Nix setup action
with:
enable_kvm: true
extra_nix_config: "system-features = nixos-test benchmark big-parallel kvm"
run: | run: |
apt update -y apt update -y
apt install sudo -y apt install sudo -y
- uses: cachix/install-nix-action@v31 - uses: cachix/install-nix-action@v31
- run: nix build .# - run: nix flake check