Skip to content

Commit d514d67

Browse files
committed
added Java distribution setting to GitHub workflow
Signed-off-by: Konstantin Läufer <laufer@cs.luc.edu>
1 parent 8964ff2 commit d514d67

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/main_primechecker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
uses: actions/setup-java@v1
2626
with:
2727
java-version: ${{ env.JAVA_VERSION }}
28+
distribution: temurin
2829

2930
- name: 'Restore Project Dependencies Using Mvn'
3031
shell: bash

0 commit comments

Comments
 (0)