Skip to content

Commit

Permalink
Merge branch 'main' into merge_into_performace_improve-parallel_run
Browse files Browse the repository at this point in the history
  • Loading branch information
dantengsky authored Oct 7, 2023
2 parents f9fcd04 + def4923 commit 69c59c5
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

0 comments on commit 69c59c5

Please sign in to comment.