From ddf31fb77a385ef963dc35e03a54a68ad497c45b Mon Sep 17 00:00:00 2001 From: cy Date: Mon, 20 Jan 2025 02:40:29 -0500 Subject: [PATCH] fix perms on /nix --- .github/workflows/build-and-cache.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build-and-cache.yml b/.github/workflows/build-and-cache.yml index 6207e34..4c2c311 100644 --- a/.github/workflows/build-and-cache.yml +++ b/.github/workflows/build-and-cache.yml @@ -27,7 +27,6 @@ jobs: remove-codeql: 'true' remove-docker-images: 'true' build-mount-path: /nix - build-mount-path-ownership: 'root:root' - uses: nixbuild/nix-quick-install-action@master @@ -94,7 +93,6 @@ jobs: remove-codeql: 'true' remove-docker-images: 'true' build-mount-path: /nix - build-mount-path-ownership: 'root:root' - uses: nixbuild/nix-quick-install-action@master