Skip to content

Commit 3dd4b64

Browse files
committed
test: name Android workflow setup steps
1 parent 0d99045 commit 3dd4b64

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/test-android.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,16 +70,17 @@ jobs:
7070
name: Build Android
7171
runs-on: macos-26
7272
steps:
73-
- uses: actions/checkout@v6
73+
- name: Checkout
74+
uses: actions/checkout@v6
7475
with:
7576
persist-credentials: false
7677
path: node
77-
- name: Set up Python ${{ env.PYTHON_VERSION }}
78+
- name: Setup Python
7879
uses: actions/setup-python@v6
7980
with:
8081
python-version: ${{ env.PYTHON_VERSION }}
8182
allow-prereleases: true
82-
- name: Install Android NDK ${{ env.ANDROID_NDK_VERSION }}
83+
- name: Install NDK
8384
run: |
8485
ANDROID_SDK_ROOT="${ANDROID_HOME:-${ANDROID_SDK_ROOT:-$HOME/Library/Android/sdk}}"
8586
export ANDROID_HOME="$ANDROID_SDK_ROOT"

0 commit comments

Comments
 (0)