ci: Do not use kvm
Some checks failed
Test / build (push) Failing after 29m5s

This commit is contained in:
Kalle Carlbark 2025-01-19 16:41:13 +01:00
parent 0b883c76fb
commit c7b28dd10e

View file

@ -6,10 +6,12 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- run: |
apt update; apt install --yes sudo
- uses: https://github.com/cachix/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixos-unstable
enable_kvm: false
# Cross-compile the binary. We always use static building for this
# because its the only way to access the headers.