Skip to content

Commit

Permalink
add missing setup-java action
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu committed Dec 3, 2024
1 parent 8bc1a30 commit 1857ebf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/create-lint-wf/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ runs:
cd create-lint-wf
export NXF_WORK=$(pwd)
- uses: actions/setup-java@v4
with:
java-version: "21"
distribution: "temurin"

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

0 comments on commit 1857ebf

Please sign in to comment.