Skip to content

Commit ec6e8da

Browse files
committed
Reintroduce workaround
1 parent 313e36a commit ec6e8da

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/test.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,21 @@ jobs:
9393
test: false
9494

9595
steps:
96+
- if: matrix.test && matrix.os == 'ubuntu-latest'
97+
# Using this as workaround for wrapper-test suite failures, which started failing by the end of Feb 2024
98+
# due to "No space left on device" when installing stack (via hie-bios' stack setup --silent)
99+
name: Free Disk Space (Ubuntu)
100+
uses: jlumbroso/free-disk-space@v1.3.1
101+
with:
102+
tool-cache: false
103+
haskell: false
104+
large-packages: false
105+
# Enabling cleanup of stuff that's fast to run and unnecessary for our CI workflows
106+
android: true
107+
dotnet: true
108+
docker-images: true
109+
swap-storage: true
110+
96111
- uses: actions/checkout@v3
97112

98113
- uses: ./.github/actions/setup-build

0 commit comments

Comments
 (0)