Skip to content

Commit

Permalink
FIX: Go straight to trying
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Nov 16, 2023
1 parent 2bef953 commit 7235a1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_tools/cibw_test_command_apps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ echo
if [[ "${RUNNER_OS}" == "Linux" ]]; then
tar xzfv $ROOT/installers/OpenMEEG-*-*.tar.gz
cd OpenMEEG-*
ldd -v ./lib/libOpenMEEGMaths.so
ldd ./lib/libOpenMEEG.so
# readelf -d binary-or-library | head -20
./bin/om_minverser --help
# ldd -v ./lib/libOpenMEEGMaths.so.1
# ldd -v ./lib/libOpenMEEG.so
elif [[ "${RUNNER_OS}" == "macOS" ]]; then
tar xzfv $ROOT/installers/OpenMEEG-*-*.tar.gz
cd OpenMEEG-*
Expand Down

0 comments on commit 7235a1d

Please sign in to comment.