瀏覽代碼

CI: Free disk remaining space.

zxlhhyccc 11 月之前
父節點
當前提交
7ae3fb85cc
共有 1 個文件被更改,包括 11 次插入0 次删除
  1. 11 0
      .github/workflows/multi-arch-test-build.yml

+ 11 - 0
.github/workflows/multi-arch-test-build.yml

@@ -35,6 +35,17 @@ jobs:
             target: x86-64
 
     steps:
+      - name: Free Disk Space
+        uses: jlumbroso/free-disk-space@main
+        with:
+          tool-cache: true
+          android: true
+          dotnet: true
+          haskell: true
+          large-packages: true
+          docker-images: true
+          swap-storage: true
+
       - uses: actions/checkout@v3
         with:
           fetch-depth: 0