Przeglądaj źródła

Merge pull request #80115 from akien-mga/ci-free-disk-space

CI: Free disk space on Linux runners
Yuri Sizov 2 lat temu
rodzic
commit
c5903cf381
1 zmienionych plików z 6 dodań i 0 usunięć
  1. 6 0
      .github/workflows/linux_builds.yml

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

@@ -85,6 +85,12 @@ jobs:
           sudo add-apt-repository ppa:kisak/kisak-mesa
           sudo apt-get install -qq mesa-vulkan-drivers
 
+      - 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: Setup Godot build cache
         uses: ./.github/actions/godot-cache
         with: