Ver Fonte

Merge pull request #105025 from Repiteo/ci/retire-free-disk-space

CI: Remove "Free disk space on runner" job
Thaddeus Crews há 5 meses atrás
pai
commit
810689e494
1 ficheiros alterados com 0 adições e 6 exclusões
  1. 0 6
      .github/workflows/linux_builds.yml

+ 0 - 6
.github/workflows/linux_builds.yml

@@ -115,12 +115,6 @@ jobs:
         run: |
           sudo apt-get install libwayland-bin
 
-      - name: Free disk space on runner
-        run: |
-          echo "Disk usage before:" && df -h
-          sudo rm -rf /usr/local/lib/android
-          echo "Disk usage after:" && df -h
-
       - name: Restore Godot build cache
         uses: ./.github/actions/godot-cache-restore
         with: