From 986d87232e4a21e6d1e61f2ed93d42bc70c0db67 Mon Sep 17 00:00:00 2001 From: shivaraj-bh Date: Sun, 12 Nov 2023 19:34:05 +0530 Subject: [PATCH] CI: install qemu-kvm --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 323f82c..c703ea6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,5 +11,6 @@ jobs: - uses: actions/checkout@v3 - uses: DeterminateSystems/nix-installer-action@main - uses: DeterminateSystems/magic-nix-cache-action@main + - run: apt-get install -y qemu-kvm # Run disko VM test (test partition creation and whether the VM boots up later) - run: nix build .#nixosConfigurations.office.config.system.build.installTest