Skip to content

Commit 7768333

Browse files
authored
Changing quick build over to use actions/setup-java and Java 8 (#279)
* Changing quick build over to use actions/setup-java * Fixing syntax
1 parent 268ee46 commit 7768333

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
steps:
2121
- name: Checkout repository
2222
uses: actions/checkout@v1
23+
- name: Setup Java
24+
uses: actions/setup-java@v1
25+
with:
26+
java-version: 8
2327
- name: Build project
2428
run: |
2529
git --version

0 commit comments

Comments
 (0)