1 parent ddb84f9 commit d785540Copy full SHA for d785540
1 file changed
.github/workflows/docker-image.yml
@@ -16,6 +16,16 @@ jobs:
16
runs-on: ubuntu-latest
17
18
steps:
19
+ # 清理磁盘空间
20
+ - name: Maximize build space
21
+ uses: easimon/maximize-build-space@master
22
+ with:
23
+ root-reserve-mb: 5120
24
+ swap-size-mb: 1024
25
+ remove-dotnet: 'true'
26
+ remove-android: 'true'
27
+ remove-haskell: 'true'
28
+
29
# 检出代码
30
- name: Checkout code
31
uses: actions/checkout@v3
0 commit comments