소스 검색

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