From ab4e475fc1d99995ef0b462aef2e5228189c0775 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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 10dbc84..be53e33 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -19,8 +19,11 @@ jobs: - name: Install nix uses: DeterminateSystems/nix-installer-action@v16 with: + planner: linux init: none + - run: sudo su root + - name: Magic uses: DeterminateSystems/magic-nix-cache-action@v8