Fix appveyor build
Appveyor failed on latest release https://ci.appveyor.com/project/begriffs/postgrest/build/1.0.5 according to https://github.com/commercialhaskell/stack/issues/2617#issuecomment-271966495 this can be fixed by adding `-j1`.
This commit is contained in:
committed by
Steve Chávez
parent
e9aaf05335
commit
b00f57ac34
+1
-1
@@ -28,7 +28,7 @@ install:
|
||||
|
||||
build_script:
|
||||
- stack setup --no-terminal > nul
|
||||
- stack build --copy-bins --local-bin-path .
|
||||
- stack build -j1 --copy-bins --local-bin-path .
|
||||
|
||||
artifacts:
|
||||
- path: postgrest.exe
|
||||
|
||||
Reference in New Issue
Block a user