We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ed26f1 commit 4fea44bCopy full SHA for 4fea44b
.github/workflows/dnmtools_build_ubuntu.yml
@@ -23,7 +23,7 @@ jobs:
23
git clone --recursive https://github.com/samtools/htslib.git && \
24
cd htslib && \
25
make -j4 && \
26
- sudo make install
+ sudo make install prefix=/usr
27
- name: Generate configure script
28
run: ./autogen.sh
29
- name: Configure for GCC
@@ -35,6 +35,7 @@ jobs:
35
ldd dnmtools
36
sudo find / -name libhts.so\*
37
sudo find / -name libhts.a
38
+ ./dnmtools
39
build-with-clang:
40
runs-on: ubuntu-latest
41
steps:
0 commit comments