Skip to content

Commit

Permalink
Merge pull request #813 from nf-core/Add-setup-hava-17
Browse files Browse the repository at this point in the history
Fix-CI for NXF latest everything
  • Loading branch information
nictru authored Dec 4, 2024
2 parents ddedd23 + 7d6e4bb commit ddde96e
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 ddde96e

Please sign in to comment.