Skip to content

Commit

Permalink
mac test #7
Browse files Browse the repository at this point in the history
  • Loading branch information
fventuri committed Jun 9, 2024
1 parent e8e9910 commit 61dc4b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
make
- name: Check things
run: |
ls -l build/python/sdrplay3/bindings/sdrplay3_python.cpython-312-darwin.so
ottol -L build/python/sdrplay3/bindings/sdrplay3_python.cpython-312-darwin.so
echo '--------------------------------------'
file build/python/sdrplay3/bindings/sdrplay3_python.cpython-312-darwin.so
ottol -l build/python/sdrplay3/bindings/sdrplay3_python.cpython-312-darwin.so
echo '--------------------------------------'
ls -l build/lib/libgnuradio-sdrplay3*
otool -L build/lib/libgnuradio-sdrplay3.g*.dylib
echo '--------------------------------------'
file build/lib/libgnuradio-sdrplay3*
otool -l build/lib/libgnuradio-sdrplay3.g*.dylib

0 comments on commit 61dc4b7

Please sign in to comment.