From 7d6e4bb06937165f9b9eb0b90025386e102ed719 Mon Sep 17 00:00:00 2001 From: Maxime U Garcia Date: Wed, 4 Dec 2024 09:23:39 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 717994c0..e6cdd4ac 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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"