We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 547739c commit 377bb55Copy full SHA for 377bb55
.github/workflows/prerelease.yaml
@@ -52,6 +52,13 @@ jobs:
52
java-version: 21
53
architecture: x64
54
55
+ - name: Maximize Build Space (ubuntu)
56
+ run: |
57
+ sudo rm -rf /usr/share/dotnet
58
+ sudo rm -rf /usr/local/lib/android
59
+ sudo rm -rf /opt/ghc
60
+
61
62
- name: Set up Haxe
63
uses: krdlab/setup-haxe@v1
64
with:
.github/workflows/release.yaml
@@ -61,6 +61,12 @@ jobs:
65
66
67
68
69
70
71
72
0 commit comments