Skip to content

Commit

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

0 comments on commit b2540fa

Please sign in to comment.