From 98269e9f32916fc6136826588a02e50ce56f4d0b Mon Sep 17 00:00:00 2001 From: Fedor Korotkov Date: Thu, 16 Jul 2026 16:56:07 -0400 Subject: [PATCH] Enable KVM access for Linux tests --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8a1528..933afe7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,6 +55,8 @@ jobs: --output "$RUNNER_TEMP/cloud-hypervisor" \ https://github.com/cloud-hypervisor/cloud-hypervisor/releases/latest/download/cloud-hypervisor-static chmod +x "$RUNNER_TEMP/cloud-hypervisor" + - name: Enable KVM access + run: sudo chmod 0666 /dev/kvm - name: Pre-pull default Vetu image run: vetu pull ghcr.io/cirruslabs/ubuntu-amd64:24.04 - name: Run tests