From 82a2b6ba41f6ddd27ce099906cc3d5dd134bc8f1 Mon Sep 17 00:00:00 2001 From: Jess Date: Mon, 23 Dec 2024 14:45:55 +1300 Subject: [PATCH] ci/build: enable start daemon --- .github/workflows/main.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 10dbc84..1189827 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -20,6 +20,7 @@ jobs: uses: DeterminateSystems/nix-installer-action@v16 with: init: none + start-daemon: true - name: Magic uses: DeterminateSystems/magic-nix-cache-action@v8