Browse Source

ci(build): enable swapfile removal and verbose logging in workflow

Enable swapfile removal to free up 4GB of space and add verbose logging for better debugging in the GitHub Actions workflow.
TheWildJames 11 months ago
parent
commit
42bff69f6b
1 changed files with 5 additions and 5 deletions
  1. 5 5
      .github/workflows/build.yml

+ 5 - 5
.github/workflows/build.yml

@@ -30,18 +30,18 @@ jobs:
         apply_susfs_v1_5_9: ["v1.5.9", "v1.5.12"]
 
     steps:
-      # # - name: Maximize Build Space
-        # uses: AdityaGarg8/remove-unwanted-software@v5
-        # with:
+      - name: Maximize Build Space
+        uses: AdityaGarg8/remove-unwanted-software@v5
+        with:
           # remove-dotnet: 'true'          # Frees ~2 GB
           # remove-android: 'true'         # Frees ~9 GB
           # remove-haskell: 'true'         # Frees ~5.2 GB
           # remove-codeql: 'true'          # Frees ~5.4 GB
           # remove-docker-images: 'true'   # Frees ~3.2 GB
           # remove-large-packages: 'true'  # Frees ~3.1 GB
-          # remove-swapfile: 'true'        # Frees ~4 GB
+          remove-swapfile: 'true'        # Frees ~4 GB
           # remove-cached-tools: 'false'   # Avoid unless confirmed safe
-          # verbose: 'true'                # Enable detailed logging
+          verbose: 'true'                # Enable detailed logging
           
       - name: Set CONFIG Environment Variable
         run: |