From 7b3d308e5da8389562d81b6fd0b7102010955809 Mon Sep 17 00:00:00 2001 From: jahanson Date: Tue, 21 May 2024 11:55:16 -0500 Subject: [PATCH] debug --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d5c037e..cec7f16 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,6 +31,8 @@ jobs: # run: apt update && apt install -y sudo - name: Install Nix uses: https://github.com/cachix/install-nix-action@v26 + env: + HOME: '/tmp' with: extra_nix_config: | experimental-features = nix-command flakes @@ -44,6 +46,7 @@ jobs: authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' env: USER: 'root' + HOME: '/tmp' - name: Garbage collect build dependencies run: nix-collect-garbage @@ -51,7 +54,7 @@ jobs: - name: Build new ${{ matrix.system }} system shell: bash env: - HOME: /tmp + HOME: '/tmp' run: | set -o pipefail nix build \