Skip to content

Commit

Permalink
Fix the automated sdk install build
Browse files Browse the repository at this point in the history
In e-mission#1180 we unified the setup
scripts so that we don't have separate android and iOS setup. This is because
the plugins include both, so installing the plugins will fail unless the
dependencies are installed, which, in turn, depends on having cocoapods installed

6dd71f1 fixed all the other github action
scripts, but left this one out since it wasn't triggered
  • Loading branch information
shankari committed Dec 21, 2024
1 parent 3ecb3c5 commit f76012f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-automated-sdk-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
run: |
export JAVA_HOME=$JAVA_HOME_17_X64
export ANDROID_SDK_ROOT=$NEW_ANDROID_SDK_ROOT
bash setup/setup_android_native.sh
bash setup/setup_native.sh
- name: Ensure that the path is correct and the project can be activated
shell: bash -l {0}
Expand Down

0 comments on commit f76012f

Please sign in to comment.