Skip to content

Commit

Permalink
chore: free disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
kobyhallx committed Oct 12, 2023
1 parent 337b1c8 commit f69029f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/publish-es-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,16 @@ jobs:
runs-on: ubuntu-latest
needs: [build-acvm_js, build-noirc_abi_wasm, build-noir_wasm]
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: Checkout sources
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit f69029f

Please sign in to comment.