Skip to content

Commit

Permalink
GHA: Free disk space for container build
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Sep 24, 2023
1 parent 803ee51 commit 4a97179
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Maximize build space
uses: easimon/maximize-build-space@v7
with:
root-reserve-mb: 512
swap-size-mb: 1024
remove-dotnet: 'true'

- name: checkout files in repo
uses: actions/checkout@v3

Expand Down

0 comments on commit 4a97179

Please sign in to comment.