Skip to content

Commit

Permalink
try using maximize-build-space action to free up storage for ingestio…
Browse files Browse the repository at this point in the history
…n image
  • Loading branch information
neojunjie committed Oct 2, 2023
1 parent e1330f7 commit 699052f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/docker-ingestion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@ jobs:
runs-on: ubuntu-latest
needs: setup
steps:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 512
swap-size-mb: 1024
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
- name: Check out the repo
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 699052f

Please sign in to comment.