Skip to content

Commit 83ae553

Browse files
committed
[ fix ] Disable parallel build on Windows
1 parent baf7008 commit 83ae553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
7676
- name: 📸 Build Snapshot
7777
run: |
78-
./stack build --no-terminal --bench --only-snapshot
78+
./stack build --no-terminal --bench --only-snapshot --jobs=1
7979
8080
- name: 🧰 Build Dependencies
8181
run: |

0 commit comments

Comments
 (0)