From 21440a47a3c20db91e1672ed8faf10e7e8996d57 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Thu, 12 Sep 2024 11:23:34 +0200 Subject: [PATCH] Root user. --- .github/workflows/nix_tests.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/nix_tests.yaml b/.github/workflows/nix_tests.yaml index 75117a46..022ef36e 100644 --- a/.github/workflows/nix_tests.yaml +++ b/.github/workflows/nix_tests.yaml @@ -27,6 +27,8 @@ jobs: name: text-generation-inference # If you chose signing key for write access signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}' + env: + USER: root - name: Build run: nix build - name: Run tests.