We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 165853a commit 822c373Copy full SHA for 822c373
.github/workflows/osrm-backend.yml
@@ -579,9 +579,9 @@ jobs:
579
run: |
580
make -C test/data benchmark
581
582
- # macOS SIP strips the linker path. Reset this inside the running shell
583
- export LD_LIBRARY_PATH=${{ env.LD_LIBRARY_PATH }}
584
- ./example/build/osrm-example test/data/mld/monaco.osrm
+ # # macOS SIP strips the linker path. Reset this inside the running shell
+ # export LD_LIBRARY_PATH=${{ env.LD_LIBRARY_PATH }}
+ # ./example/build/osrm-example test/data/mld/monaco.osrm
585
586
# All tests assume to be run from the build directory
587
pushd ${OSRM_BUILD_DIR}
0 commit comments