Skip to content

Commit bf4881d

Browse files
committed
Revert "Reintroduce workaround"
This reverts commit ec6e8da.
1 parent ec6e8da commit bf4881d

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -93,21 +93,6 @@ 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-
11196
- uses: actions/checkout@v3
11297

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

0 commit comments

Comments
 (0)