Skip to content

Commit b00f57a

Browse files
committed
Fix appveyor build
Appveyor failed on latest release https://ci.appveyor.com/project/begriffs/postgrest/build/1.0.5 according to commercialhaskell/stack#2617 (comment) this can be fixed by adding `-j1`.
1 parent e9aaf05 commit b00f57a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ install:
2828

2929
build_script:
3030
- stack setup --no-terminal > nul
31-
- stack build --copy-bins --local-bin-path .
31+
- stack build -j1 --copy-bins --local-bin-path .
3232

3333
artifacts:
3434
- path: postgrest.exe

0 commit comments

Comments
 (0)