Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Dec 18, 2024
1 parent a134a21 commit 49c43ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ runs:
- name: Build Android
working-directory: ${{ inputs.working_directory }}
run: |
make -C ../cpp slice2java
cd test/android/controller
./gradlew build
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
config: "android"
working_directory: "java"
test_flags: "--android --controller-app"
build_cpp_and_python: true
build_cpp_and_python: false
build_android_controller: true

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 49c43ed

Please sign in to comment.