Skip to content

Commit d9b2394

Browse files
authored
fix: free disk space before builds to prevent runner failures (#2414)
Signed-off-by: Qi Zhang <[email protected]>
1 parent e355850 commit d9b2394

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/release-v6-standalone.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,17 @@ jobs:
3232
with:
3333
repository: goodrain/rainbond-console
3434
ref: ${{ github.event.inputs.branch }}
35+
36+
- name: Free Disk Space (Ubuntu)
37+
uses: jlumbroso/free-disk-space@main
38+
with:
39+
tool-cache: false
40+
android: true
41+
dotnet: true
42+
haskell: true
43+
large-packages: true
44+
docker-images: true
45+
swap-storage: true
3546

3647
- name: Set up QEMU
3748
uses: docker/setup-qemu-action@v3

0 commit comments

Comments
 (0)