浏览代码

ci(bin-image): free disk space

Signed-off-by: CrazyMax <[email protected]>
CrazyMax 7 月之前
父节点
当前提交
29e642e232
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      .github/workflows/merge.yml

+ 9 - 0
.github/workflows/merge.yml

@@ -79,6 +79,15 @@ jobs:
     outputs:
       digest: ${{ fromJSON(steps.bake.outputs.metadata).image-cross['containerimage.digest'] }}
     steps:
+      -
+        name: Free disk space
+        uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
+        with:
+          android: true
+          dotnet: true
+          haskell: true
+          large-packages: true
+          swap-storage: true
       -
         name: Checkout
         uses: actions/checkout@v4