diff options
author | Dominik Picheta <dominikpicheta@gmail.com> | 2016-09-25 13:06:09 +0200 |
---|---|---|
committer | Dominik Picheta <dominikpicheta@gmail.com> | 2016-09-25 13:06:09 +0200 |
commit | 299b04491a04d08383c86635276060f2edd8f824 (patch) | |
tree | 3e720df890ad856587186d1f8d71a0f6ae5e2a96 /ci/deps.bat | |
parent | 8a6343b5b671abb26ab68dd940901654de31cfa2 (diff) | |
download | Nim-299b04491a04d08383c86635276060f2edd8f824.tar.gz |
CI: Depend on Jester HEAD because of nim-lang/nimble#129.
Diffstat (limited to 'ci/deps.bat')
-rw-r--r-- | ci/deps.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/deps.bat b/ci/deps.bat index 187d7a63b..bda1fe14f 100644 --- a/ci/deps.bat +++ b/ci/deps.bat @@ -1,4 +1,4 @@ nim e install_nimble.nims nim e tests/test_nimscript.nims nimble update -nimble install -y zip opengl sdl1 jester@#d5ad84fc9 niminst +nimble install -y zip opengl sdl1 jester@#head niminst |