Skip to content

Commit 96dd29b

Browse files
List bin and lib dir and otool rootcling
1 parent 2fcf248 commit 96dd29b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ jobs:
4747
make -j${{ steps.cpu-cores.outputs.count }}
4848
make install
4949
cd ../
50-
otool -L root-${{ matrix.root-version }}/rootcint
50+
ls -l root-${{ matrix.root-version }}/bin
51+
ls -l root-${{ matrix.root-version }}/lib
52+
otool -L root-${{ matrix.root-version }}/rootcling
5153
otool -L root-${{ matrix.root-version }}/lib*
5254
tar vzcf root-${{ matrix.os }}-${{ matrix.root-version }}.tgz root-${{ matrix.root-version }}
5355

0 commit comments

Comments
 (0)