Skip to content

Commit 015ed92

Browse files
Various fixes
1 parent 150bab1 commit 015ed92

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/osrm-backend.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
5858
cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_CONAN=ON -DENABLE_NODE_BINDINGS=ON ..
5959
cmake --build . --config Release
60-
60+
6161
# TODO: MSVC goes out of memory when building our tests
6262
# - name: Run tests
6363
# shell: bash
@@ -331,7 +331,7 @@ jobs:
331331
build_node_package: true
332332
continue-on-error: true
333333
node: 22
334-
runs-on: macos-15 # arm64
334+
runs-on: macos-15 # arm64
335335
BUILD_TYPE: Release
336336
CCOMPILER: clang
337337
CXXCOMPILER: clang++
@@ -419,7 +419,7 @@ jobs:
419419
fi
420420
# See: https://github.com/actions/toolkit/issues/946#issuecomment-1590016041
421421
# We need it to be able to access system folders while restoring cached Boost below
422-
- name: Give tar root ownership
422+
- name: Give tar root ownership
423423
if: runner.os == 'Linux' && matrix.ENABLE_CONAN != 'ON'
424424
run: sudo chown root /bin/tar && sudo chmod u+s /bin/tar
425425

@@ -429,7 +429,7 @@ jobs:
429429
id: install-boost
430430
with:
431431
boost_version: 1.85.0
432-
432+
433433
- name: Install dev dependencies
434434
run: |
435435
# workaround for issue that GitHub Actions seems to not adding it to PATH after https://github.com/actions/runner-images/pull/6499
@@ -577,7 +577,7 @@ jobs:
577577
uses: actions/upload-artifact@v4
578578
if: failure()
579579
with:
580-
name: logs
580+
name: logs-${{ matrix.name }}
581581
path: test/logs/
582582

583583
- name: Build Node package

features/foot/area_mesh.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ Feature: Foot - Pedestrian areas
3434
Scenario: Foot - Do not route across a closed way w/o area
3535
Given the node map
3636
"""
37-
e-a---b-f
38-
| |
37+
e-a--b-f
38+
| \
3939
h-d---c-g
4040
"""
4141

0 commit comments

Comments
 (0)