Browse Source

Update build.yml

James McConnell 1 năm trước cách đây
mục cha
commit
25b751d619
1 tập tin đã thay đổi với 10 bổ sung0 xóa
  1. 10 0
      .github/workflows/build.yml

+ 10 - 0
.github/workflows/build.yml

@@ -41,6 +41,16 @@ jobs:
       CCACHE_HARDLINK: "true"
 
     steps:
+      - name: Maximize build space
+        uses: easimon/maximize-build-space@master
+        with:
+          root-reserve-mb: 8192
+          temp-reserve-mb: 2048
+          remove-dotnet: 'true'
+          remove-android: 'true'
+          remove-haskell: 'true'
+          remove-codeql: 'true'
+          
       - name: Set CONFIG Environment Variable
         run: |
           # Set CONFIG dynamically based on inputs values