Skip to content

Commit e384bfd

Browse files
committed
[ change ] Limit memory usage to 2G on Windows machines
1 parent 83ae553 commit e384bfd

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 --jobs=1
78+
./stack build --no-terminal --bench --only-snapshot --jobs=1 --ghc-options="+RTS -M2G -RTS"
7979
8080
- name: 🧰 Build Dependencies
8181
run: |

0 commit comments

Comments
 (0)