This commit is contained in:
Ganesh Viswanathan 2018-07-09 12:26:58 -05:00
commit 217161bb4d

View file

@ -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