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