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 57
57
58
58
cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_CONAN=ON -DENABLE_NODE_BINDINGS=ON ..
59
59
cmake --build . --config Release
60
-
60
+
61
61
# TODO: MSVC goes out of memory when building our tests
62
62
# - name: Run tests
63
63
# shell: bash
@@ -331,7 +331,7 @@ jobs:
331
331
build_node_package : true
332
332
continue-on-error : true
333
333
node : 22
334
- runs-on : macos-15 # arm64
334
+ runs-on : macos-15 # arm64
335
335
BUILD_TYPE : Release
336
336
CCOMPILER : clang
337
337
CXXCOMPILER : clang++
@@ -419,7 +419,7 @@ jobs:
419
419
fi
420
420
# See: https://github.com/actions/toolkit/issues/946#issuecomment-1590016041
421
421
# 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
423
423
if : runner.os == 'Linux' && matrix.ENABLE_CONAN != 'ON'
424
424
run : sudo chown root /bin/tar && sudo chmod u+s /bin/tar
425
425
@@ -429,7 +429,7 @@ jobs:
429
429
id : install-boost
430
430
with :
431
431
boost_version : 1.85.0
432
-
432
+
433
433
- name : Install dev dependencies
434
434
run : |
435
435
# 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:
577
577
uses : actions/upload-artifact@v4
578
578
if : failure()
579
579
with :
580
- name : logs
580
+ name : logs-${{ matrix.name }}
581
581
path : test/logs/
582
582
583
583
- name : Build Node package
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ Feature: Foot - Pedestrian areas
34
34
Scenario : Foot - Do not route across a closed way w/o area
35
35
Given the node map
36
36
"""
37
- e-a--- b-f
38
- | |
37
+ e-a--b-f
38
+ | \
39
39
h-d---c-g
40
40
"""
41
41
You can’t perform that action at this time.
0 commit comments