Skip to content

Commit d30f925

Browse files
committed
try a different flag
1 parent 7d89469 commit d30f925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-kotlin-bindings.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
tool: cargo-ndk
4040
- name: Build target
4141
run: |
42-
cargo ndk -o bindings_ffi/jniLibs/ --manifest-path bindings_ffi/Cargo.toml -t ${{ matrix.target }} --target-version 23 -- build --release
42+
cargo ndk -o bindings_ffi/jniLibs/ --manifest-path bindings_ffi/Cargo.toml -t ${{ matrix.target }} --android-platform 23 -- build --release
4343
- name: Prepare JNI libs
4444
run: |
4545
mkdir -p bindings_ffi/jniLibs/${{ matrix.output_target }}/ && \

0 commit comments

Comments
 (0)