File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments