ci: Update CI config.yml to install SSH along with git

This commit is contained in:
Ethan P 2020-04-27 18:33:33 -07:00 committed by Ethan P
parent 76afe39c96
commit 7a75c55a34

View File

@ -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