소스 검색

CI: Remove "Free disk space on runner" job

Thaddeus Crews 5 달 전
부모
커밋
6013fb1fb9
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  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: