Skip to content

Commit cce3206

Browse files
committed
fix
1 parent 0782a48 commit cce3206

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@ jobs:
153153
if: ${{ github.event_name != 'workflow_dispatch' || github.event.inputs.build_cli == 'true' }}
154154
run: |
155155
if [ -n "$FEATURES" ]; then
156-
cargo ndk --target ${{ matrix.target }} --android-platform 21 -- build --release --bin file_classification_cli --features "$FEATURES" --verbose
156+
cargo ndk --target ${{ matrix.target }} --platform 21 -- build --release --bin file_classification_cli --features "$FEATURES" --verbose
157157
else
158-
cargo ndk --target ${{ matrix.target }} --android-platform 21 -- build --release --bin file_classification_cli --verbose
158+
cargo ndk --target ${{ matrix.target }} --platform 21 -- build --release --bin file_classification_cli --verbose
159159
fi
160160
- name: Set Android binary name
161161
run: echo "ANDROID_BINARY_NAME=file_classification_cli" >> $GITHUB_ENV

0 commit comments

Comments
 (0)