Skip to content

Commit

Permalink
chore: cron.yml free disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
fl0pp5 committed Oct 25, 2023
1 parent 0eb9fad commit e41e7e5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@ jobs:
name: Build DB
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: Check out code into the Go module directory
uses: actions/checkout@v4

Expand Down

0 comments on commit e41e7e5

Please sign in to comment.