Skip to content

Commit

Permalink
[#68843] .github: workflows: CI: Increase disk space
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Torhan <[email protected]>
  • Loading branch information
m-torhan authored and glatosinski committed Nov 15, 2024
1 parent aa6faf9 commit 81f1170
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,20 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Increase disk space
run: |
rm -rf /__t/CodeQL
rm -rf /__t/Java_Temurin-Hotspot_jdk
rm -rf /__t/Java_Temurin-Hotspot_jdk
rm -rf /__t/PyPy
rm -rf /__t/Python/3.10.*
rm -rf /__t/Python/3.11.*
rm -rf /__t/Python/3.9.*
rm -rf /__t/Python/3.8.*
rm -rf /__t/Python/3.7.*
rm -rf /__t/Ruby
rm -rf /__t/go
rm -rf /__t/node
- name: Install tuttest dependencies
run: |
apt-get update -qqy
Expand Down

0 comments on commit 81f1170

Please sign in to comment.