From 9ec5c5e2cb1325385dc1bbe1481afa1e689ab3a7 Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Mon, 12 May 2025 11:21:37 -0400 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ae1be57..7675628 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,6 +24,7 @@ jobs: - uses: actions/checkout@v4 - run: | curl -sSf -L https://install.lix.systems/lix | sh -s -- install --no-confirm + echo "trusted-users = root runner" | sudo tee -a /etc/nix/nix.conf && sudo pkill nix-daemon - uses: cachix/cachix-action@v16 with: name: tmayoff