Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Juke34 authored Jan 15, 2025
1 parent 5651e37 commit 43468df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Install Nextflow dependencies
run: apt-get install openjdk-11-jdk
run: sudo apt-get install openjdk-11-jdk
- name: Install Nextflox
run: curl -s https://get.nextflow.io | bash && mv nextflow /usr/local/bin && chmod +x /usr/local/bin/nextflow

Expand Down

0 comments on commit 43468df

Please sign in to comment.