This commit is contained in:
Siarhei Fedartsou 2024-05-23 19:27:39 +02:00
parent 90a1f181fb
commit 8b13365f43

View File

@ -342,17 +342,6 @@ jobs:
OSRM_CONNECTION_RETRIES: ${{ matrix.OSRM_CONNECTION_RETRIES }}
OSRM_CONNECTION_EXP_BACKOFF_COEF: ${{ matrix.OSRM_CONNECTION_EXP_BACKOFF_COEF }}
steps:
# workaround for broken clang on ubuntu runner until https://github.com/actions/runner-images/issues/8659 get fixed
- name: Install newer Clang
run: |
if [[ $CCOMPILER == clang-* ]]; then
CLANG_VERSION=${CCOMPILER#clang-}
wget https://apt.llvm.org/llvm.sh
chmod +x ./llvm.sh
sudo ./llvm.sh ${CLANG_VERSION}
else
echo "CCOMPILER is not clang. Skipping installation."
fi
- uses: actions/checkout@v3
- name: Build machine architecture
run: uname -m