Fix appveyor.yml.

This commit is contained in:
cheatfate 2018-03-28 12:20:50 +03:00
parent 01404dbd7b
commit 27ab716de7
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ install:
- koch boot -d:release - koch boot -d:release
- koch nimble - koch nimble
build_script: build_script:
- cd C:\projects\nimcrypto - cd C:\projects\nim-eth-p2p
- nimble install -y - nimble install -y
test_script: test_script:
- nimble tests - nimble tests