Skip to content

Commit

Permalink
specify distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
ccmtaylor committed Feb 9, 2024
1 parent 241b36e commit aeef5de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
- name: Install JDK 1.8
uses: actions/setup-java@v4
with:
java-version: 1.8
java-version: 8
distribution: temurin
- name: Checkout repository
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit aeef5de

Please sign in to comment.