Skip to content

Commit

Permalink
chore(ci): maximize build space for python binding (#13093)
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc authored Oct 7, 2023
1 parent 5b2b0fe commit def4923
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/bindings.python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit def4923

@vercel
Copy link

@vercel vercel bot commented on def4923 Oct 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.