Skip to content

Commit

Permalink
Free space to build docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Mar 22, 2021
1 parent 29700aa commit ce8eeb7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build-docker.yml.disabled
Expand Up @@ -49,6 +49,19 @@ jobs:
matrix: ${{ fromJSON( needs.define-strategy.outputs.matrix ) }}

steps:
- name: Free additional space
run: |
df -h
rm -rf /tmp/workspace
rm -rf /usr/share/dotnet/sdk
sudo apt remove llvm-* ghc-* google-chrome-* dotnet-sdk-*
dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -n | tail -n 100
du -a /usr/share | sort -n -r | head -n 10
du -a /usr/local/share | sort -n -r | head -n 10
df -h
sudo apt clean
df -h

- name: Cache
id: cache
uses: actions/cache@v2.1.4
Expand Down

0 comments on commit ce8eeb7

Please sign in to comment.