Skip to content

Commit 335c62c

Browse files
committed
update gitaction
1 parent ad92b40 commit 335c62c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/docker-image.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,16 @@ jobs:
4444
if: github.ref == 'refs/heads/set_latest'
4545
runs-on: ubuntu-latest
4646
steps:
47+
# 清理磁盘空间
48+
- name: Maximize build space
49+
uses: easimon/maximize-build-space-action@v10
50+
with:
51+
root-reserve-mb: 5120
52+
swap-size-mb: 1024
53+
remove-dotnet: 'true'
54+
remove-android: 'true'
55+
remove-haskell: 'true'
56+
4757
- name: Checkout code
4858
uses: actions/checkout@v3
4959

0 commit comments

Comments
 (0)