Skip to content

Commit 377bb55

Browse files
committed
attempt at first release for 2025.1
1 parent 547739c commit 377bb55

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.github/workflows/prerelease.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ jobs:
5252
java-version: 21
5353
architecture: x64
5454

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+
5562
- name: Set up Haxe
5663
uses: krdlab/setup-haxe@v1
5764
with:

.github/workflows/release.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ jobs:
6161
java-version: 21
6262
architecture: x64
6363

64+
- name: Maximize Build Space (ubuntu)
65+
run: |
66+
sudo rm -rf /usr/share/dotnet
67+
sudo rm -rf /usr/local/lib/android
68+
sudo rm -rf /opt/ghc
69+
6470
- name: Set up Haxe
6571
uses: krdlab/setup-haxe@v1
6672
with:

0 commit comments

Comments
 (0)