disable kvm
Some checks failed
Test / tests (push) Failing after 3s

This commit is contained in:
plasmagoat 2025-07-06 22:47:29 +02:00
parent 35a1a2f2f1
commit 1f20e6f2f7

View file

@ -9,6 +9,7 @@ jobs:
- uses: https://github.com/actions/checkout@v4 - uses: https://github.com/actions/checkout@v4
- uses: https://github.com/cachix/install-nix-action@v25 - uses: https://github.com/cachix/install-nix-action@v25
with: with:
enable_kvm: false
nix_path: nixpkgs=channel:nixos-unstable nix_path: nixpkgs=channel:nixos-unstable
- uses: https://github.com/cachix/cachix-action@v14 - uses: https://github.com/cachix/cachix-action@v14
with: with: