From e5f60342a087b6460038c00f7ddc088f5de0fd45 Mon Sep 17 00:00:00 2001 From: Matt Trachier Date: Tue, 6 Feb 2024 19:51:03 -0600 Subject: [PATCH] fix: remove unncessary store steps (#35) Signed-off-by: matttrach --- .github/workflows/release.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 84cffeb..941c73c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -32,14 +32,6 @@ jobs: if: steps.release-please.outputs.pr with: token: ${{secrets.GITHUB_TOKEN}} - - run: sudo rm -rf /nix/store - if: steps.release-please.outputs.pr - - run: sudo install -d /nix/store - if: steps.release-please.outputs.pr - - run: sudo chown -R "$(whoami)" /nix/store - if: steps.release-please.outputs.pr - - run: sudo chmod 0755 /nix/store - if: steps.release-please.outputs.pr - uses: DeterminateSystems/nix-installer-action@main if: steps.release-please.outputs.pr - uses: nicknovitski/nix-develop@v1.1.0