fix: remove unncessary store steps (#35)
Signed-off-by: matttrach <matttrach@gmail.com>
This commit is contained in:
parent
c6223110d0
commit
e5f60342a0
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue