Skip to content

Commit

Permalink
add ls install
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottThomasMiller committed Apr 20, 2024
1 parent 950fe6f commit b350a25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
run: |
cd $GITHUB_WORKSPACE/swift_package/BrainFlowCI
xcodebuild install -project BrainFlowCI.xcodeproj -destination 'platform=macOS,arch=x86_64' DSTROOT=. INSTALL_PATH=install -scheme band_power
#ls -l Frameworks/
#ls -l install/PackageFrameworks/
echo install:
ls -l install || true
echo LC_LOAD_DYLIB:
otool -l install/band_power | grep LC_LOAD_DYLIB -A2 || true
echo LC_RPATH:
Expand Down

0 comments on commit b350a25

Please sign in to comment.