Skip to content

Commit 7b16480

Browse files
QuafadasCopilot
andcommitted
.
Co-authored-by: Copilot <copilot@github.com>
1 parent 21ebb96 commit 7b16480

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,6 @@ jobs:
187187
- name: Build binary (windows)
188188
run: .\mill.bat sjsls.native.nativeLink
189189
shell: cmd
190-
env:
191-
JAVA_OPTS: "-Xmx6g"
192190

193191
- name: Upload artifacts
194192
uses: actions/upload-artifact@v4

build.mill

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//| mill-version: 1.1.6
22
//| mill-jvm-version: system
3+
//| mill-jvm-opts: -Xmx4g
34
//| mvnDeps:
45
//| - com.lihaoyi::mill-contrib-buildinfo:$MILL_VERSION
56
//| - com.goyeau::mill-scalafix::0.6.0

0 commit comments

Comments
 (0)