Skip to content

Commit ee485e4

Browse files
committed
trying out the local script piped into bash
1 parent 81dc6ef commit ee485e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
${{ runner.os }}-nextflow
5151
- name: Install Nextflow
5252
if: ${{ steps.cache-nextflow.outputs.cache-hit != 'true' }}
53-
run: curl -s https://get.nextflow.io | bash && mv nextflow /usr/local/bin && chmod +x /usr/local/bin/nextflow
53+
run: cat .github/workflows/install_nextflow_v24.10.5.sh | bash && mv nextflow /usr/local/bin && chmod +x /usr/local/bin/nextflow
5454

5555
# Build/cache containers
5656
- name: Cache containers

0 commit comments

Comments
 (0)