increased memory limit

pull/1769/head v1.17.0
antelle 2 years ago
parent 31214b10e7
commit c03ed76fec
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C

@ -138,7 +138,7 @@ jobs:
p12-file-base64: ${{ secrets.APPLE_CERTIFICATE }}
p12-password: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}
- name: Grunt
run: grunt desktop-darwin ${{ github.repository != 'keeweb/keeweb' && '--skip-sign' || '' }}
run: grunt --max-old-space-size=4096 desktop-darwin ${{ github.repository != 'keeweb/keeweb' && '--skip-sign' || '' }}
- name: Upload x64 dmg artifact
uses: actions/upload-artifact@v1
with:

Loading…
Cancel
Save