Skip to content

Commit d72c2a4

Browse files
.github/workflows/dnmtools_build_ubuntu.yml: more debugging
1 parent e851860 commit d72c2a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dnmtools_build_ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Build with g++
3232
run: make -j4
3333
- name: Test the g++ build
34-
run:
34+
run: |
3535
ldd dnmtools
3636
./dnmtools
3737
sudo find / -name libhts.so\*
@@ -51,6 +51,6 @@ jobs:
5151
- name: Build with clang++
5252
run: make -j4
5353
- name: Test the clang++ build
54-
run:
54+
run: |
5555
ldd dnmtools
5656
./dnmtools

0 commit comments

Comments
 (0)