From be6c24778d1f1a004701e430ceea6d3abe0316bc Mon Sep 17 00:00:00 2001 From: Jonatan Nilsson Date: Wed, 16 Feb 2022 12:19:35 +0000 Subject: [PATCH] even more attempts to enable ssh --- appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -