diff --git a/.github/workflows/release-automation.yml b/.github/workflows/release-automation.yml index fe113a260..1306ede1d 100644 --- a/.github/workflows/release-automation.yml +++ b/.github/workflows/release-automation.yml @@ -22,6 +22,10 @@ jobs: run: ./automation/iceraven/install-sdk.sh - name: Build forkRelease variant of app uses: eskatos/gradle-command-action@v1 + env: + # Try to stop the daemon from magically vanishing. + # See + GRADLE_OPTS: -Dorg.gradle.jvmargs="-XX:MaxMetaspaceSize=1g" with: wrapper-cache-enabled: true dependencies-cache-enabled: true