Skip to content

Commit

Permalink
ci: try different samtools version grab
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhall88 committed Oct 18, 2023
1 parent 44f2f10 commit 283f4b7
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 @@ -18,7 +18,7 @@ jobs:
- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install -y libstdc++6 liblzma5 libbz2-1.0 bioperl libncurses5-dev
sudo apt-get install -y libstdc++6 liblzma5 libbz2-1.0 bioperl libncursesw5
- name: Add binaries to PATH
run: |
Expand Down

0 comments on commit 283f4b7

Please sign in to comment.