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 0d99045 commit 3dd4b64Copy full SHA for 3dd4b64
1 file changed
.github/workflows/test-android.yml
@@ -70,16 +70,17 @@ jobs:
70
name: Build Android
71
runs-on: macos-26
72
steps:
73
- - uses: actions/checkout@v6
+ - name: Checkout
74
+ uses: actions/checkout@v6
75
with:
76
persist-credentials: false
77
path: node
- - name: Set up Python ${{ env.PYTHON_VERSION }}
78
+ - name: Setup Python
79
uses: actions/setup-python@v6
80
81
python-version: ${{ env.PYTHON_VERSION }}
82
allow-prereleases: true
- - name: Install Android NDK ${{ env.ANDROID_NDK_VERSION }}
83
+ - name: Install NDK
84
run: |
85
ANDROID_SDK_ROOT="${ANDROID_HOME:-${ANDROID_SDK_ROOT:-$HOME/Library/Android/sdk}}"
86
export ANDROID_HOME="$ANDROID_SDK_ROOT"
0 commit comments