Skip to content

Commit

Permalink
find v8 JDK
Browse files Browse the repository at this point in the history
  • Loading branch information
edgriebel committed Oct 27, 2023
1 parent e2767d3 commit a7f13b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/simple_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
- name: Set up JDK 1.8
uses: actions/setup-java@v3
with:
distribution: 'oracle'
java-version: 1.8
# temurin is from Eclipse
distribution: 'temurin'
java-version: 8
- name: Build Java Code
if: ${{ hashFiles('build.gradle') == '' }}
run: javac -cp lib/hamcrest-core-1.3.jar:lib/junit-4.12.jar *.java
Expand Down

0 comments on commit a7f13b1

Please sign in to comment.