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