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 e9b7001..af39ed8 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -88,8 +88,8 @@ for:
- mkdir /home/appveyor/binaries
- cd /home/appveyor/binaries
- if [ ! -e nim-$NIM_VERSION ]; then
- curl -s -o nim-$nim_version.tar.xz https://nim-lang.org/download/nim-$nim_version.tar.xz &&
- tar xjf nim-$nim_version.tar.xz &&
+ curl -s -o nim-$NIM_VERSION.tar.xz https://nim-lang.org/download/nim-$NIM_VERSION.tar.xz &&
+ tar xJf nim-$nim_version.tar.xz &&
cd nim-$NIM_VERSION &&
sh build.sh &&
bin/nim c -d:release koch &&