Skip to content

Commit

Permalink
Merge pull request #45997 from margelo/e2e/build-fixes
Browse files Browse the repository at this point in the history
e2e: fix build issue
  • Loading branch information
Julesssss authored Jul 23, 2024
2 parents bf4bc6f + 35515c3 commit 0d70442
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/composite/buildAndroidE2EAPK/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ runs:
- name: Build APK
run: npm run ${{ inputs.PACKAGE_SCRIPT_NAME }}
shell: bash
env:
RUBYOPT: '-rostruct'

- name: Upload APK
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 0d70442

Please sign in to comment.