diff --git a/.github/workflows/production_build.yaml b/.github/workflows/production_build.yaml index 4ad56f003..cbcc3aab7 100644 --- a/.github/workflows/production_build.yaml +++ b/.github/workflows/production_build.yaml @@ -120,6 +120,7 @@ jobs: run: bundle exec fastlane beta working-directory: android env: + RUBYOPT: '-rostruct' # TODO: Remove when https://github.com/fastlane/fastlane/pull/21950 gets released SENTRY_LOAD_DOTENV: 0 ANDROID_RELEASE_KEY_STORE_PASSWORD: ${{ secrets.ANDROID_RELEASE_KEY_STORE_PASSWORD }} ANDROID_RELEASE_KEY_KEY_PASSWORD: ${{ secrets.ANDROID_RELEASE_KEY_KEY_PASSWORD }}