Skip to content

Commit 55b91f7

Browse files
committed
Fix syntax
1 parent 6b9184c commit 55b91f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-android/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
# UI, so use a single step with ::group:: markers instead.
2020
- shell: bash
2121
env:
22-
- triplet: ${{ inputs.triplet }}
22+
triplet: ${{ inputs.triplet }}
2323
run: |
2424
echo "::group::Configure build Python"
2525
./Android/android.py configure-build

0 commit comments

Comments
 (0)