GitHub actions: free disk space
This commit is contained in:
parent
6b39b303b5
commit
c2a71885e3
2
.github/workflows/build-then-cache.yaml
vendored
2
.github/workflows/build-then-cache.yaml
vendored
@ -16,4 +16,6 @@ jobs:
|
||||
endpoint: ${{ secrets.ATTIC_ENDPOINT }}
|
||||
cache: ${{ secrets.ATTIC_CACHE }}
|
||||
token: ${{ secrets.ATTIC_TOKEN }}
|
||||
# free useless disk space
|
||||
- run: 'curl https://raw.githubusercontent.com/apache/arrow/31747f067a6ae29eca2d9bc68748500a8163d83e/ci/scripts/util_free_space.sh | bash'
|
||||
- run: 'nix build .#nixosConfigurations.nullbox.config.system.build.toplevel'
|
||||
|
Loading…
x
Reference in New Issue
Block a user