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 499e541 commit cafb18c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ runs:
# macOS and Linux
- name: Build C++ and Python
run: |
make -C cpp srcs
make -C python
make -C cpp slice2java
# make -C cpp srcs
# make -C python
shell: bash
if: (runner.os == 'macOS' || runner.os == 'Linux') && inputs.build_cpp_and_python == 'true'
- name: Build
Expand All @@ -52,7 +53,6 @@ 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: false
build_cpp_and_python: true
build_android_controller: true

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

0 comments on commit cafb18c

Please sign in to comment.