From 2bd83ef42e0de743b9d98ca8e5e4379465d44a26 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 12 Aug 2017 19:59:43 +0100 Subject: [PATCH] install ssh --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4afccf0..9049af2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,6 +7,6 @@ jobs: working_directory: ~/dotfiles steps: - run: pacman -Syu - - run: pacman -S git --noconfirm + - run: pacman -S git openssh --noconfirm - checkout - run: git submodule update --init