Skip to content

Commit

Permalink
Merge branch 'main' into fix-python
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspoignant authored Nov 22, 2024
2 parents 1242d4b + 0fcbe58 commit ffaf084
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ jobs:
needs: integration-tests
runs-on: ubuntu-latest
steps:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 512
swap-size-mb: 1024
remove-dotnet: 'true'

- name: Checkout
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit ffaf084

Please sign in to comment.