diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 5150a33fa6..6a8e5dd56d 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -115,6 +115,16 @@ jobs: - [tokio] - [devtools] steps: + - 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 - uses: actions/checkout@v4 - uses: ./.github/actions/check-crate with: