Skip to content

Commit 4dd7eb2

Browse files
Remove unused bearing::get function
1 parent e7af3fb commit 4dd7eb2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/osrm-backend.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,13 @@ jobs:
502502
503503
conan config init
504504
yq eval '.compiler.clang.version += ["18"]' -i "$HOME/.conan/settings.yml"
505+
- name: Add Apple-clang 16 to list of Conan compilers # workaround for the issue that Conan 1.x doesn't know about Apple-clang 16
506+
if: ${{ matrix.ENABLE_CONAN == 'ON' && matrix.macos-14 == 'macos-14' }}
507+
run: |
508+
sudo wget https://github.com/mikefarah/yq/releases/download/v4.9.6/yq_darwin_arm64 -O /usr/local/bin/yq && sudo chmod +x /usr/local/bin/yq
509+
510+
conan config init
511+
yq eval '.compiler.apple-clang.version += ["16.0"]' -i "$HOME/.conan/settings.yml"
505512
- name: Prepare build
506513
run: |
507514
mkdir ${OSRM_BUILD_DIR}

0 commit comments

Comments
 (0)