Skip to content

Commit ac3aab6

Browse files
committed
adding ls to nextflow installation command for debugging
1 parent 2688627 commit ac3aab6

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: bash .github/workflows/install_nextflow_v24.10.5.sh && mv nextflow /usr/local/bin && chmod +x /usr/local/bin/nextflow
53+
run: bash .github/workflows/install_nextflow_v24.10.5.sh && ls && 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)