osrm-backend/.github/workflows
Michael Bell 2c81083406 Fix CI 32-bit build
A recent change to the Ubuntu Focal CI worker - either a CMake upgrade,
or default installation of the libexpat-dev library - leads to the
32-bit expat library to not be found by CMake.

FindPackage(EXPAT) finds the library via pkg-config, so the fix is
to explicitly include the i386 pkg-config directory in the
PKG_CONFIG_PATH environment variable list.
2021-12-22 23:25:19 +00:00
..
osrm-backend-docker.yml Add GH actions script for docker image (#6138) 2021-09-30 19:45:15 +01:00
osrm-backend.yml Fix CI 32-bit build 2021-12-22 23:25:19 +00:00