Skip to content

Commit 0cd3568

Browse files
author
Reinhold Willcox
committed
added dependencies
1 parent ed12de6 commit 0cd3568

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/compas-compile-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v2
1414

15+
- name: Install dependencies
16+
run: sudo apt install g++ libboost-all-dev libgsl-dev libhdf5-serial-dev
17+
1518
- name: Build Compas
1619
run: cd src && make -j $(nproc) -f Makefile

0 commit comments

Comments
 (0)