Skip to content

Commit

Permalink
Merge branch 'pr/free-test-tube-space' into fork/v2.5.0-arena
Browse files Browse the repository at this point in the history
  • Loading branch information
ismellike committed Sep 23, 2024
2 parents 840512d + 3bcafb4 commit 0669ace
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions .github/workflows/test_tube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,16 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v3

# https://github.com/orgs/community/discussions/25678
- name: Free up disk space on runner
run: |
df -h
rm -rf /usr/share/dotnet/
sudo apt-get remove -y 'php.*'
sudo apt-get remove -y '^dotnet-.*'
sudo apt-get remove -y azure-cli firefox powershell mono-devel
sudo apt-get autoremove -y
sudo apt-get clean
df -h
shell: bash
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true

- name: Install latest nightly toolchain
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 0669ace

Please sign in to comment.