Skip to content

Commit

Permalink
More disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin-Radecki committed Mar 7, 2023
1 parent 5e826fe commit adc78f6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build-node-and-runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ jobs:
SECRETS_AWS_MAINNET_ACCESS_KEY_ID: ${{ secrets.AWS_MAINNET_ACCESS_KEY_ID }}
SECRETS_AWS_MAINNET_SECRET_ACCESS_KEY: ${{ secrets.AWS_MAINNET_SECRET_ACCESS_KEY }}
steps:
- name: Maximize build space
uses: easimon/maximize-build-space@v6
with:
root-reserve-mb: 10240
swap-size-mb: 1024
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'

- name: Checkout source code
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit adc78f6

Please sign in to comment.