diff --git a/.circleci/config.yml b/.circleci/config.yml index 57feac09..310c07ef 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ jobs: - checkout - run: 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: name: Test command: flutter test diff --git a/scripts/install_ndk_libs.sh b/scripts/download_ndk_libs.sh similarity index 100% rename from scripts/install_ndk_libs.sh rename to scripts/download_ndk_libs.sh