Skip to content

Commit f788d81

Browse files
authored
Add installation of libboost-all-dev in workflow
1 parent 5e836a5 commit f788d81

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/github_build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
sudo install -m 755 miniprot/miniprot /usr/local/bin/miniprot
3838
- name: Install augustus
3939
run: |
40+
sudo apt-get update
41+
sudo apt-get install -y libboost-all-dev
4042
git clone --depth 1 https://github.com/Gaius-Augustus/Augustus.git
4143
make -C Augustus
4244
sudo make -C Augustus install

0 commit comments

Comments
 (0)