Skip to content

Commit c02e892

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/osrm-backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ jobs:
503503
conan config init
504504
yq eval '.compiler.clang.version += ["18"]' -i "$HOME/.conan/settings.yml"
505505
- 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' }}
506+
if: ${{ matrix.ENABLE_CONAN == 'ON' && matrix.runs-on == 'macos-14' }}
507507
run: |
508508
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
509509

0 commit comments

Comments
 (0)