diff --git a/.circleci/config.yml b/.circleci/config.yml index a446a44f..15c4a9f6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ jobs: - checkout - run: name: Get NDK Libraries - command: ./scripts/install_ndk_libs.sh + command: apt-get update && apt-get install -y jq && ./scripts/install_ndk_libs.sh - run: name: Test command: flutter test