Skip to content

Commit

Permalink
Avoid spurious disk full job errors on Ubuntu. (#2255)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois authored Sep 30, 2023
1 parent d3f2115 commit 37b948c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,18 @@ jobs:
- pypy310-pip22_3_1-integration
- pypy310-pip23_1_2-integration
steps:
- name: Free Up Disk Space
uses: jlumbroso/[email protected]
with:
android: true # ~14GB
dotnet: true # ~2GB
tool-cache: true # ~12GB

# Too little space savings or too slow.
haskell: false
large-packages: false
docker-images: false
swap-storage: false
- name: Checkout Pex
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 37b948c

Please sign in to comment.