fix: remove unncessary store steps (#35)

Signed-off-by: matttrach <matttrach@gmail.com>
This commit is contained in:
Matt Trachier 2024-02-06 19:51:03 -06:00 committed by GitHub
parent c6223110d0
commit e5f60342a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 8 deletions

View File

@ -32,14 +32,6 @@ jobs:
if: steps.release-please.outputs.pr if: steps.release-please.outputs.pr
with: with:
token: ${{secrets.GITHUB_TOKEN}} 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 - uses: DeterminateSystems/nix-installer-action@main
if: steps.release-please.outputs.pr if: steps.release-please.outputs.pr
- uses: nicknovitski/nix-develop@v1.1.0 - uses: nicknovitski/nix-develop@v1.1.0