Skip to content

Commit 694b3d4

Browse files
committed
Fix blast installation on CI
1 parent 4077ca3 commit 694b3d4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,12 @@ jobs:
1515
- name: Run apt update
1616
run: sudo apt-get update
1717

18+
- name: Installing blast
19+
run: |
20+
sudo apt-get install -q -y ncbi-blast+
21+
1822
- name: Install Haploflow
1923
run: |
20-
sudo apt-get update
2124
sudo apt-get install -y build-essential git ronn
2225
cd /opt/
2326
git clone https://github.com/hzi-bifo/Haploflow

0 commit comments

Comments
 (0)