Skip to content

Commit 822c373

Browse files
Migrate to Conan 2.x
1 parent 165853a commit 822c373

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/osrm-backend.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -579,9 +579,9 @@ jobs:
579579
run: |
580580
make -C test/data benchmark
581581
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
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
585585
586586
# All tests assume to be run from the build directory
587587
pushd ${OSRM_BUILD_DIR}

0 commit comments

Comments
 (0)