We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b9184c commit 55b91f7Copy full SHA for 55b91f7
.github/actions/build-android/action.yml
@@ -19,7 +19,7 @@ runs:
19
# UI, so use a single step with ::group:: markers instead.
20
- shell: bash
21
env:
22
- - triplet: ${{ inputs.triplet }}
+ triplet: ${{ inputs.triplet }}
23
run: |
24
echo "::group::Configure build Python"
25
./Android/android.py configure-build
0 commit comments