diff --git a/.github/workflows/osrm-backend.yml b/.github/workflows/osrm-backend.yml index 0d72621c5..c8bccd815 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -426,7 +426,7 @@ jobs: fi # Install Boost 1.85 - sudo conda install -c conda-forge boost=1.85.0 + sudo conda install -y -c conda-forge boost=1.85.0 # BOOST_VERSION="1.85.0" # BOOST_VERSION_UNDERSCORE="${BOOST_VERSION//./_}" # wget -q https://boostorg.jfrog.io/artifactory/main/release/${BOOST_VERSION}/source/boost_${BOOST_VERSION_UNDERSCORE}.tar.gz