From 2f70778d2085612349d45ae5def27ce9265dc379 Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Wed, 2 Dec 2020 12:38:33 +0100 Subject: [PATCH] CircleCI: Install gsed --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3203baa3..dbb054a9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -52,7 +52,7 @@ jobs: - checkout - run: name: Install gpg - command: brew install gnupg git-crypt md5sha1sum wget + command: brew install gnupg git-crypt md5sha1sum wget gnu-sed - run: name: Install Flutter command: ./scripts/ios_install_flutter.sh