Skip to content

Commit

Permalink
Fix java ci issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pinin4fjords committed Dec 3, 2024
1 parent 83967a7 commit 6a6e946
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ jobs:
- name: Check out pipeline code
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4

- uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4
with:
distribution: "temurin"
java-version: "17"

- name: Set up Nextflow
uses: nf-core/setup-nextflow@v2
with:
Expand Down

0 comments on commit 6a6e946

Please sign in to comment.