Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maxulysse authored Dec 4, 2024
1 parent ddedd23 commit 7d6e4bb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,11 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Install Nextflow
- uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4
with:
distribution: "temurin"
java-version: "17"
- name: Set up Nextflow
uses: nf-core/setup-nextflow@v2
with:
version: "latest-everything"
Expand Down

0 comments on commit 7d6e4bb

Please sign in to comment.