From 7a75c55a340de824f13ef867d0df604166f82698 Mon Sep 17 00:00:00 2001 From: Ethan P Date: Mon, 27 Apr 2020 18:33:33 -0700 Subject: [PATCH] ci: Update CI config.yml to install SSH along with git --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9d297e0..23a77ad 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,7 +21,7 @@ commands: command: apk update - run: name: "Setup: Install build packages." - command: apk add git bash python2 diffutils ca-certificates curl shfmt + command: apk add git openssh bash python2 diffutils ca-certificates curl shfmt - run: name: "Setup: Install test packages." command: apk add util-linux coreutils