diff --git a/appveyor.yml b/appveyor.yml index 9037bcf..cd68770 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -31,6 +31,8 @@ test_script: npm run test:integration on_finish: - - sh: apk add bash curl + - sh: | + apk update + apk add bash curl openssh - sh: export APPVEYOR_SSH_BLOCK=true - sh: curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e -