From 9452bba19aa5bf7465e73a9559c5fe94c4243fc9 Mon Sep 17 00:00:00 2001 From: Dan Jones Date: Thu, 21 Dec 2023 15:42:10 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Ensure=20SSH=20is=20installed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 46e452c..c20d1ce 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,6 +19,7 @@ jobs: - run: name: Install dependencies command: | + apk add openssh git submodule init git submodule update - run: