diff --git a/.github/workflows/osrm-backend.yml b/.github/workflows/osrm-backend.yml index bf00b4216..20c371a72 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -254,15 +254,15 @@ jobs: # ENABLE_CONAN: ON # ENABLE_SANITIZER: ON - # - name: conan-linux-release - # continue-on-error: false - # node: 18 - # runs-on: ubuntu-22.04 - # BUILD_TOOLS: ON - # BUILD_TYPE: Release - # CCOMPILER: clang-15 - # CXXCOMPILER: clang++-15 - # ENABLE_CONAN: ON + - name: conan-linux-release + continue-on-error: false + node: 18 + runs-on: ubuntu-22.04 + BUILD_TOOLS: ON + BUILD_TYPE: Release + CCOMPILER: clang-15 + CXXCOMPILER: clang++-15 + ENABLE_CONAN: ON - name: gcc-14-release continue-on-error: false