Skip to content

Commit

Permalink
💚 free disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavst committed Oct 19, 2024
1 parent 23af9ae commit 6251cbe
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,17 @@ jobs:
- { name: jadx, type: pack }
- { name: server, type: python }
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 repository
uses: actions/checkout@v4

Expand Down

0 comments on commit 6251cbe

Please sign in to comment.