From bb0da642193866869127b86793992e49ca00d80c Mon Sep 17 00:00:00 2001 From: cy Date: Sun, 19 Jan 2025 21:20:48 -0500 Subject: [PATCH] root should own /nix before we install nix --- .github/workflows/build-and-cache.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-and-cache.yml b/.github/workflows/build-and-cache.yml index 5e5f5a4..cc56c9a 100644 --- a/.github/workflows/build-and-cache.yml +++ b/.github/workflows/build-and-cache.yml @@ -50,6 +50,7 @@ jobs: remove-codeql: 'true' remove-docker-images: 'true' build-mount-path: /nix + build-mount-path-ownership: 'root:root' - uses: DeterminateSystems/nix-installer-action@main with: logger: pretty @@ -89,6 +90,7 @@ jobs: remove-codeql: 'true' remove-docker-images: 'true' build-mount-path: /nix + build-mount-path-ownership: 'root:root' - uses: DeterminateSystems/nix-installer-action@main with: logger: pretty