aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index be2fa30..acefe6b 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -79,8 +79,8 @@ for:
NIM_VERSION: nim-0.18.0
install:
- - sudo apt update -qq
- - sudo apt install -qq --yes python-pygments libssh2
+ - sudo apt -qq update
+ - sudo apt -qq install --yes python-pygments libssh2-1
- cd ~/projects
- if [ ! -e $NIM_ARCHIVE ]; then curl -s -o $NIM_ARCHIVE $NIM_URL; fi
- tar xJf $NIM_ARCHIVE