Skip to content

Commit 1a11e49

Browse files
committed
fix: fix android ndk installation
1 parent 3e4e968 commit 1a11e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Setup NDK
4848
run: |
49-
sdkmanager --install "ndk;29.0.14206865""
49+
sdkmanager --install "ndk;29.0.14206865"
5050
5151
- name: Build native libraries
5252
run: |

0 commit comments

Comments
 (0)