From 2405910c853017932ea16aeb56b17a6f4f198117 Mon Sep 17 00:00:00 2001 From: matttrach Date: Tue, 6 Feb 2024 19:46:50 -0600 Subject: [PATCH] fix: remove unncessary store steps 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