From 071f9962baaebe443f7ac79545e5e7df0fc65cdf Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Fri, 17 May 2019 17:24:49 +0200 Subject: [PATCH] CI: Add missing jq --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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