We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1db3891 commit 4af962eCopy full SHA for 4af962e
1 file changed
.github/workflows/c-cpp.yml
@@ -17,6 +17,8 @@ jobs:
17
submodules: recursive
18
- name: Install autotools
19
run: sudo apt-get install -y autoconf automake libtool
20
+ - name: Install dependencies
21
+ run: sudo apt-get install -y libhts gsl
22
- name: Generate configure script
23
run: autoreconf -i src/abismal/src/smithlab_cpp src/abismal src/smithlab_cpp .
24
- name: configure
0 commit comments