mirror of
https://github.com/DeterminateSystems/ci.git
synced 2025-05-18 16:49:15 +02:00
manual cleaning of worker without adjusting sizes
This commit is contained in:
parent
ba1e6f63b1
commit
efe07d5351
1 changed files with 7 additions and 0 deletions
7
.github/workflows/workflow.yml
vendored
7
.github/workflows/workflow.yml
vendored
|
@ -124,6 +124,13 @@ jobs:
|
|||
contents: "read"
|
||||
|
||||
steps:
|
||||
- run: df -h
|
||||
- name: "node-cleanup"
|
||||
run: |
|
||||
sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc /opt/hostedtoolcache/CodeQL
|
||||
sudo docker image prune --all --force
|
||||
sudo docker builder prune -a
|
||||
- run: df -h
|
||||
- uses: actions/checkout@v4
|
||||
- uses: DeterminateSystems/nix-installer-action@main
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue