Skip to content

Commit

Permalink
[ci] debug ranlib
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Nov 9, 2024
1 parent c03a0d9 commit dbada19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ jobs:
make AR=g++ BACKEND=cudastatic USERLINKOPT='lib/libzmat.a -Wl,-Bstatic -lgomp -Wl,-Bdynamic'
ldd ../bin/mcx
elif [[ "$RUNNER_OS" == "macOS" ]]; then
ar --version
ranlib --version
which ranlib
ranlib
ls -l `which ranlib`
ls -l `which ar`
mkdir build && cd build && cmake .. && make VERBOSE=1 && cd ..
Expand Down

0 comments on commit dbada19

Please sign in to comment.