There was an error while loading. Please reload this page.
1 parent 5415f3a commit efd5603Copy full SHA for efd5603
1 file changed
.github/workflows/ci.yml
@@ -18,6 +18,23 @@ jobs:
18
ghc: ['9.6.7']
19
20
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
38
- uses: actions/checkout@v4
39
with:
40
submodules: false
0 commit comments