Skip to content

Commit

Permalink
add disk space cleaner action for ubuntu runner
Browse files Browse the repository at this point in the history
  • Loading branch information
cxnt authored Oct 12, 2023
1 parent 109dac9 commit 80f5178
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/manual-build-push-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ jobs:
runs-on: ubuntu-latest

steps:
-
name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true
-
name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 80f5178

Please sign in to comment.