Migrate to Conan 2.x

This commit is contained in:
Siarhei Fedartsou 2024-10-03 20:10:08 +02:00
parent 165853a114
commit 822c373113

View File

@ -579,9 +579,9 @@ jobs:
run: | run: |
make -C test/data benchmark make -C test/data benchmark
# macOS SIP strips the linker path. Reset this inside the running shell # # macOS SIP strips the linker path. Reset this inside the running shell
export LD_LIBRARY_PATH=${{ env.LD_LIBRARY_PATH }} # export LD_LIBRARY_PATH=${{ env.LD_LIBRARY_PATH }}
./example/build/osrm-example test/data/mld/monaco.osrm # ./example/build/osrm-example test/data/mld/monaco.osrm
# All tests assume to be run from the build directory # All tests assume to be run from the build directory
pushd ${OSRM_BUILD_DIR} pushd ${OSRM_BUILD_DIR}