Skip to content

Commit

Permalink
Fixing github build
Browse files Browse the repository at this point in the history
  • Loading branch information
gershnik committed Nov 8, 2023
1 parent c584406 commit cd7ecd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
- name: Build and Test Native
shell: bash
run: cmake --build build --config $BUILD_TYPE --target run-jar
run: cmake --build build --config $BUILD_TYPE --target test-native

- name: Build and Test JniGen
shell: bash
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
cmake -S . -B build -DCMAKE_BUILD_TYPE:STRING=$BUILD_TYPE -DCMAKE_TOOLCHAIN_FILE:FILEPATH=$ANDROID_SDK_ROOT/ndk/$NDK_VER/build/cmake/android.toolchain.cmake -DANDROID_ABI:STRING=$NDK_ARCH -DANDROID_PLATFORM:STRING=19 -DANDROID_STL:STRING=c++_static
echo "::endgroup::"
echo "::group::Build and Test Native"
cmake --build build --config $BUILD_TYPE --target run-dex
cmake --build build --config $BUILD_TYPE --target test-native
echo "::endgroup::"
echo "::group::Build and Test JniGen"
cmake --build build --config $BUILD_TYPE --target test-jnigen
Expand Down

0 comments on commit cd7ecd7

Please sign in to comment.