Skip to content

Commit

Permalink
Merge pull request #675 from freyes/add-free-space
Browse files Browse the repository at this point in the history
Add action jlumbroso/free-disk-space@main
  • Loading branch information
freyes authored Nov 27, 2024
2 parents d758d6d + 6fafeb9 commit 4289e9e
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 @@ -68,6 +68,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 4289e9e

Please sign in to comment.