Skip to content

Commit

Permalink
Use Java 17 for scripts wdl.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnbroad committed Sep 26, 2022
1 parent 2e6f27b commit c7a0085
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/gatk-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,12 @@ jobs:
- uses: actions/checkout@v2
with:
fetch: 0
- name: Set up java 17
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'temurin'
cache: gradle
- uses: ./.github/actions/install-cromwell
with:
CROMWELL_VERSION: ${{ env.CROMWELL_VERSION }}
Expand Down

0 comments on commit c7a0085

Please sign in to comment.