From d43456421704e09668800c3899620f9dd390a391 Mon Sep 17 00:00:00 2001 From: Jonatan Nilsson Date: Wed, 16 Feb 2022 12:17:41 +0000 Subject: [PATCH] more attempts to enable appveyor ssh --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 03f5444..9037bcf 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -31,5 +31,6 @@ test_script: npm run test:integration on_finish: + - sh: apk add bash curl - sh: export APPVEYOR_SSH_BLOCK=true - sh: curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e -