diff options
| -rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0e59697..f0286e4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,6 +13,8 @@ jobs: steps: - uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@main + with: + extra-conf: "system-features = benchmark big-parallel kvm nixos-test uid-range" - uses: DeterminateSystems/magic-nix-cache-action@main - run: nix build -L .#tests.x86_64-linux.module |
