Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
catarial committed Sep 12, 2024
1 parent d47773c commit 3a40e90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
shell: bash -l {0}
run: |
export JAVA_HOME=$JAVA_HOME_17_arm64
bash setup/setup_android_native.sh
bash setup/setup_native.sh
- name: Check tool versions
shell: bash -l {0}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Setup the cordova environment
shell: bash -l {0}
run: |
bash setup/setup_ios_native.sh
bash setup/setup_native.sh
- name: Check tool versions
shell: bash -l {0}
Expand Down

0 comments on commit 3a40e90

Please sign in to comment.