Skip to content

Commit

Permalink
Maximize build space in GitHub Action runners (#17964)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbautin authored Jun 29, 2023
1 parent c3c8931 commit 961042a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,13 @@ jobs:
github.event_name == 'pull_request'
steps:
- name: Maximize build space
# Use a specific commit for predictability and security.
uses: easimon/maximize-build-space@6ae56c86ea8db291ae39f62352a412c36ab8179b
with:
remove-dotnet: 'true'
overprovision-lvm: 'true'

- uses: actions/checkout@v2

- name: Build YugabyteDB
Expand Down

0 comments on commit 961042a

Please sign in to comment.