Skip to content

Commit 60f447f

Browse files
authored
ci: Reduce free disk space time (#5178)
## Changes Made Seems like haskell + swap storage is enough, and seems like android is quite the offender. Ran three times. ## Related Issues <!-- Link to related GitHub issues, e.g., "Closes #123" --> ## Checklist - [ ] Documented in API Docs (if applicable) - [ ] Documented in User Guide (if applicable) - [ ] If adding a new documentation page, doc is added to `docs/mkdocs.yml` navigation - [ ] Documentation builds and is formatted properly (tag @/ccmao1130 for docs review)
1 parent 1c24e34 commit 60f447f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/pr-test-suite.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,12 @@ jobs:
106106
uses: jlumbroso/free-disk-space@main
107107
with:
108108
tool-cache: false
109-
110-
- if: ${{ (runner.os == 'Linux') }}
111-
run: |
112-
sudo apt-get update
113-
sudo apt-get install ffmpeg libsm6 libxext6 -y
109+
android: false
110+
dotnet: false
111+
haskell: true
112+
large-packages: false
113+
docker-images: false
114+
swap-storage: true
114115

115116
- uses: actions/checkout@v4
116117
- uses: moonrepo/setup-rust@v1

0 commit comments

Comments
 (0)