Skip to content

Commit efd5603

Browse files
committed
Fix CI ENOSPC issue
1 parent 5415f3a commit efd5603

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,23 @@ jobs:
1818
ghc: ['9.6.7']
1919

2020
steps:
21+
22+
- name: Free disk space
23+
uses: jlumbroso/free-disk-space@main
24+
with:
25+
# this might remove tools that are actually needed,
26+
# if set to "true" but frees about 6 GB
27+
tool-cache: false
28+
29+
# all of these default to true, but feel free to set to
30+
# "false" if necessary for your workflow
31+
android: true
32+
dotnet: true
33+
haskell: false
34+
large-packages: false
35+
docker-images: true
36+
swap-storage: true
37+
2138
- uses: actions/checkout@v4
2239
with:
2340
submodules: false

0 commit comments

Comments
 (0)