Try fix --no-daemon and disable kvm
Some checks failed
check / check (push) Failing after 4s

This commit is contained in:
Florian RICHER 2024-05-24 17:08:01 +02:00
parent 29aa7263db
commit 435bbae7ab

View file

@ -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 .