We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2688627 commit ac3aab6Copy full SHA for ac3aab6
.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 && ls && mv nextflow /usr/local/bin && chmod +x /usr/local/bin/nextflow
54
55
# Build/cache containers
56
- name: Cache containers
0 commit comments