File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments