There was an error while loading. Please reload this page.
1 parent 5e836a5 commit f788d81Copy full SHA for f788d81
1 file changed
.github/workflows/github_build.yml
@@ -37,6 +37,8 @@ jobs:
37
sudo install -m 755 miniprot/miniprot /usr/local/bin/miniprot
38
- name: Install augustus
39
run: |
40
+ sudo apt-get update
41
+ sudo apt-get install -y libboost-all-dev
42
git clone --depth 1 https://github.com/Gaius-Augustus/Augustus.git
43
make -C Augustus
44
sudo make -C Augustus install
0 commit comments