Rename install_ndk_libs -> download_ndk_libs

It's more descriptive
This commit is contained in:
Vishesh Handa
2019-05-30 12:24:30 +02:00
parent 515186997c
commit 0fc956ebdb
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ jobs:
- checkout - checkout
- run: - run:
name: Get NDK Libraries name: Get NDK Libraries
command: apt-get update && apt-get install -y jq && ./scripts/install_ndk_libs.sh command: apt-get update && apt-get install -y jq && ./scripts/download_ndk_libs.sh
- run: - run:
name: Test name: Test
command: flutter test command: flutter test