Skip to content

Commit

Permalink
Add action jlumbroso/free-disk-space@main
Browse files Browse the repository at this point in the history
It frees up space from the runner
  • Loading branch information
freyes committed Nov 27, 2024
1 parent e8d72f4 commit be12380
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ jobs:
needs: build
steps:
- uses: actions/checkout@v1
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
large-packages: false
docker-images: false
swap-storage: false
- name: Install dependencies
run: |
set -euxo pipefail
Expand Down

0 comments on commit be12380

Please sign in to comment.