We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b58d08 commit 1d91b89Copy full SHA for 1d91b89
.github/workflows/main.yml
@@ -50,7 +50,7 @@ jobs:
50
${{ runner.os }}-nextflow
51
- name: Install Nextflow
52
if: ${{ steps.cache-nextflow.outputs.cache-hit != 'true' }}
53
- run: bash .github/workflows/install_nextflow_v24.10.5.sh || mv nextflow /usr/local/bin && chmod +x /usr/local/bin/nextflow
+ run: bash .github/workflows/install_nextflow_v24.10.5.sh | mv nextflow /usr/local/bin && chmod +x /usr/local/bin/nextflow
54
55
# Build/cache containers
56
- name: Cache containers
0 commit comments