Skip to content

Commit 4bf269d

Browse files
author
Vladimir Kotal
committed
add setup-java
1 parent 859d8bc commit 4bf269d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@ on: push
44

55
jobs:
66
build:
7-
runs-on: ubuntu-latest
7+
runs-on: ubuntu-latest with Java 11
88
steps:
99
- name: Checkout master branch
1010
uses: actions/checkout@v2
11+
- name: Set up JDK 11
12+
uses: actions/setup-java@v1
13+
with:
14+
java-version: 11
1115
- name: Install pre-requisites
1216
run: ./dev/before_install
1317
- name: Before build actions

0 commit comments

Comments
 (0)