Skip to content

Commit

Permalink
Free additional space on the build machine before initializing the build
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwibrowser authored Aug 14, 2023
1 parent 945c26b commit e891b6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
sudo swapoff -av
sudo rm -f /swapfile
- name: Reclaiming disk space on / by removing .NET framework
run: sudo rm -rf /usr/share/dotnet
- name: Reclaiming disk space on / by removing .NET framework and unused dependencies
run: sudo rm -rf /usr/share/dotnet /imagegeneration

- name: Checking-out source-code in $GITHUB_WORKSPACE
uses: actions/checkout@v2
Expand Down

0 comments on commit e891b6f

Please sign in to comment.