Skip to content

Commit 1d06531

Browse files
Migrate to Conan 2.x
1 parent 4f5825f commit 1d06531

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/osrm-backend.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -567,13 +567,13 @@ jobs:
567567
echo "PKG_CONFIG_PATH=${OSRM_INSTALL_DIR}/lib/pkgconfig" >> $GITHUB_ENV
568568
fi
569569
popd
570-
- name: Build example
571-
if: ${{ matrix.NODE_PACKAGE_TESTS_ONLY != 'ON' }}
572-
run: |
573-
mkdir example/build && pushd example/build
574-
cmake .. -DCMAKE_BUILD_TYPE=${BUILD_TYPE}
575-
make --jobs=${JOBS}
576-
popd
570+
# - name: Build example
571+
# if: ${{ matrix.NODE_PACKAGE_TESTS_ONLY != 'ON' }}
572+
# run: |
573+
# mkdir example/build && pushd example/build
574+
# cmake .. -DCMAKE_BUILD_TYPE=${BUILD_TYPE}
575+
# make --jobs=${JOBS}
576+
# popd
577577
- name: Run all tests
578578
if: ${{ matrix.NODE_PACKAGE_TESTS_ONLY != 'ON' }}
579579
run: |

0 commit comments

Comments
 (0)