chown /nix
This commit is contained in:
parent
db65c44d3e
commit
ef2cda9599
1 changed files with 6 additions and 3 deletions
|
@ -23,10 +23,10 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Maximize build disk space
|
||||
uses: easimon/maximize-build-space@v10
|
||||
uses: easimon/maximize-build-space@master
|
||||
with:
|
||||
overprovision-lvm: true
|
||||
swap-size-mb: 1024
|
||||
overprovision-lvm: false
|
||||
# swap-size-mb: 1024
|
||||
remove-dotnet: 'true'
|
||||
remove-android: 'true'
|
||||
remove-haskell: 'true'
|
||||
|
@ -34,6 +34,9 @@ jobs:
|
|||
remove-docker-images: 'true'
|
||||
build-mount-path: /nix
|
||||
|
||||
- name: make root own /nix
|
||||
run: sudo chown -R root:root /nix
|
||||
|
||||
- name: setup binary cache key
|
||||
run: echo "${{ secrets.NIX_CACHE_SECRET_KEY }}" >> /home/runner/cache-priv-key.pem
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue