Hopefully fix appveyor build issue
Error was: cd C:\projects\nimbus The system cannot find the path specified. Command exited with code 1
This commit is contained in:
parent
c003c069ca
commit
c02510a7ab
|
@ -39,7 +39,7 @@ install:
|
|||
- koch boot -d:release
|
||||
- koch nimble
|
||||
build_script:
|
||||
- cd C:\projects\nimbus
|
||||
- cd C:\projects\nimbus-aubsn
|
||||
- nimble install -y
|
||||
test_script:
|
||||
- nimble test
|
||||
|
|
Loading…
Reference in New Issue