Skip to content

Commit a8f4ff3

Browse files
authored
chore: fix Windows CI (#571)
1 parent 8b6da01 commit a8f4ff3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ jobs:
7272
# windows job runs out of memory with the defaults normally used
7373
shell: bash
7474
run: |
75-
sed -i 's/org\.gradle\.jvmargs=.*$/org.gradle.jvmargs=-Xmx5g/' gradle.properties
75+
systeminfo
76+
sed -i 's/org\.gradle\.jvmargs=.*$/org.gradle.jvmargs=-Xmx4g/' gradle.properties
77+
echo "org.gradle.parallel=false" >> gradle.properties
7678
cat gradle.properties
7779
- name: Build and Test ${{ env.PACKAGE_NAME }}
7880
run: |

0 commit comments

Comments
 (0)