Skip to content

Commit 4fea44b

Browse files
.github/workflows/dnmtools_build_ubuntu.yml: more debugging
1 parent 0ed26f1 commit 4fea44b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dnmtools_build_ubuntu.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
git clone --recursive https://github.com/samtools/htslib.git && \
2424
cd htslib && \
2525
make -j4 && \
26-
sudo make install
26+
sudo make install prefix=/usr
2727
- name: Generate configure script
2828
run: ./autogen.sh
2929
- name: Configure for GCC
@@ -35,6 +35,7 @@ jobs:
3535
ldd dnmtools
3636
sudo find / -name libhts.so\*
3737
sudo find / -name libhts.a
38+
./dnmtools
3839
build-with-clang:
3940
runs-on: ubuntu-latest
4041
steps:

0 commit comments

Comments
 (0)