Skip to content

Commit 99e3901

Browse files
Explicit install JVM 25
1 parent 164f3c4 commit 99e3901

File tree

5 files changed

+6
-0
lines changed

5 files changed

+6
-0
lines changed

.github/workflows/buildExecuteCustom-A.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
- name: Install coursier
6666
uses: coursier/setup-action@v2
6767
with:
68+
jvm: 25
6869
apps: scala-cli:1.12.5
6970

7071
- name: Generate raport

.github/workflows/buildExecuteCustom-B.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
- name: Install coursier
6666
uses: coursier/setup-action@v2
6767
with:
68+
jvm: 25
6869
apps: scala-cli:1.2.0
6970

7071
- name: Generate raport

.github/workflows/buildExecuteScheduledWeekly-A.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- name: Install scala-cli
2323
uses: coursier/setup-action@v2
2424
with:
25+
jvm: 25
2526
apps: scala-cli:1.12.5
2627

2728
- name: Find last versions
@@ -59,6 +60,7 @@ jobs:
5960
- name: Install coursier
6061
uses: coursier/setup-action@v2
6162
with:
63+
jvm: 25
6264
apps: scala-cli:1.12.5
6365

6466
- name: Cache last successfull version

.github/workflows/buildExecuteScheduledWeekly-B.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
- name: Install coursier
6060
uses: coursier/setup-action@v2
6161
with:
62+
jvm: 25
6263
apps: scala-cli:1.12.5
6364

6465
- name: Cache last successfull version

.github/workflows/compare.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
- name: Install coursier
3939
uses: coursier/setup-action@v2
4040
with:
41+
jvm: 25
4142
apps: scala-cli
4243

4344
- name: Generate raport

0 commit comments

Comments
 (0)