mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 17:40:12 +00:00
THe problem seems to be that there is preinstalled pkg-config@0.29.2 in CI but the version that is being to be installed is an alias for pkgconf. The problem seems to be cumbersome, because installing pkgconf fails, pkg-config as well (tries to install pkgconf 2.3.0; installed version of pkg-config is pkg-config@0.29.2). So made just a workaround, that will not be needed after the updated pkg-config (linked to pkgconf) applies to all macos runners (will be preinstalled). The problematic package is pkg-config in current macos-13 runner but pkg-config@0.29.2 in macos-14 image.