Skip to content

Commit 070cb84

Browse files
committed
try another flag
1 parent 687a94b commit 070cb84

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 }} --android-platform android-23 -- build --release
42+
cargo ndk --platform 23 -o bindings_ffi/jniLibs/ --manifest-path bindings_ffi/Cargo.toml -t ${{ matrix.target }} -- build --release
4343
- name: Prepare JNI libs
4444
run: |
4545
mkdir -p bindings_ffi/jniLibs/${{ matrix.output_target }}/ && \

0 commit comments

Comments
 (0)