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