Skip to content

Commit a766cdf

Browse files
Merge branch 'develop'
2 parents 59693e0 + a12b7dc commit a766cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/checkout@v4
1313

1414
- name: Install emulator for NativeScript just to pass CLI check
15-
run: sdkmanager "emulator"
15+
run: $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager "emulator"
1616

1717
- name: Install NativeScript CLI
1818
run: npm install -g nativescript

0 commit comments

Comments
 (0)