From 435bbae7ab9c78dadcfd3cbebacecbb219a78a99 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Fri, 24 May 2024 17:08:01 +0200 Subject: [PATCH] Try fix --no-daemon and disable kvm --- .gitea/workflows/check.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/check.yml b/.gitea/workflows/check.yml index bf5e574..8f375a2 100644 --- a/.gitea/workflows/check.yml +++ b/.gitea/workflows/check.yml @@ -5,9 +5,12 @@ on: branches: [ main ] jobs: - docker: + check: runs-on: ubuntu-latest steps: - uses: https://github.com/actions/checkout@v4 - uses: https://github.com/cachix/install-nix-action@v27 + with: + enable_kvm: false + install_options: --no-daemon - run: nix flake check . \ No newline at end of file