File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 13
13
env :
14
14
STTP_NATIVE : 1
15
15
steps :
16
+ - name : Set Java Opts
17
+ run : |
18
+ echo "JAVA_OPTS=-Xmx3000M -Dsbt.task.timings=true" >> $GITHUB_ENV
16
19
- name : Checkout
17
20
uses : actions/checkout@v2
18
21
- name : Set up JDK 11
46
49
if : github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
47
50
runs-on : ubuntu-20.04
48
51
steps :
52
+ - name : Set Java Opts
53
+ run : |
54
+ echo "JAVA_OPTS=-Xmx3000M -Dsbt.task.timings=true" >> $GITHUB_ENV
49
55
- name : Checkout
50
56
uses : actions/checkout@v2
51
57
with :
80
86
env :
81
87
STTP_NATIVE : 1
82
88
steps :
89
+ - name : Set Java Opts
90
+ run : |
91
+ echo "JAVA_OPTS=-Xmx3000M -Dsbt.task.timings=true" >> $GITHUB_ENV
83
92
- name : Checkout
84
93
uses : actions/checkout@v2
85
94
- name : Set up JDK 11
You can’t perform that action at this time.
0 commit comments