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

(cherry picked from commit 6fafeb9)
  • Loading branch information
freyes committed Nov 27, 2024
1 parent 5cb4fb4 commit 0501ea4
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 0501ea4

Please sign in to comment.