From def49231cc63f78a0d93cf8444c3bbda1023b8a7 Mon Sep 17 00:00:00 2001 From: everpcpc Date: Fri, 6 Oct 2023 22:56:51 -0500 Subject: [PATCH] chore(ci): maximize build space for python binding (#13093) --- .github/workflows/bindings.python.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/bindings.python.yml b/.github/workflows/bindings.python.yml index 6899d1c18e28..bf54927e3ca4 100644 --- a/.github/workflows/bindings.python.yml +++ b/.github/workflows/bindings.python.yml @@ -35,6 +35,20 @@ jobs: - x86_64-unknown-linux-gnu - aarch64-unknown-linux-gnu steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@main + with: + # this might remove tools that are actually needed, + # if set to "true" but frees about 6 GB + tool-cache: false + # all of these default to true, but feel free to set to + # "false" if necessary for your workflow + android: true + dotnet: true + haskell: true + large-packages: false + docker-images: true + swap-storage: true - uses: actions/checkout@v4 with: fetch-depth: 0