diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2018-07-09 15:03:41 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2018-07-09 15:03:41 -0500 |
| commit | 0e6a7b8025cfe44740d3fb9302e2648ad33f6652 (patch) | |
| tree | 5344806eaead7c794eb48420fc32199ec5341a95 | |
| parent | 5621d59e3ce4a95dc14127042cc4a842e63bbc8b (diff) | |
| download | nimgen-0e6a7b8025cfe44740d3fb9302e2648ad33f6652.tar.gz nimgen-0e6a7b8025cfe44740d3fb9302e2648ad33f6652.zip | |
Setup CI
| -rw-r--r-- | appveyor.yml | 4 |
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 |
