diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f7eaa33..cf76564 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,6 +43,7 @@ jobs: sudo make install if [[ "$RUNNER_OS" == "Linux" ]]; then sudo ldconfig; fi if [[ "$RUNNER_OS" == "macOS" ]]; then sudo update_dyld_shared_cache; fi + if [[ "$RUNNER_OS" == "macOS" ]]; then echo dumpvdl2 LC_RPATH; otool -l /usr/local/bin/dumpvdl2 | grep LC_RPATH; echo libacars LC_ID_DYLIB:; otool -l /usr/local/lib/libacars-2.dylib | grep -A 2 LC_ID_DYLIB; fi - name: Configure CMake run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}