Fix missing libpcre2 dependency on macOS GitHub runner

Identified an issue where the macOS GitHub runner no longer includes the libpcre2 library by default. Updated the workflow configuration to explicitly add libpcre2 as a dependency, ensuring successful builds and compatibility with the updated build system.

This change prevents build failures on macOS environments and aligns the runner's setup with project requirements.
This commit is contained in:
Gabor Berkes
2024-12-10 21:40:09 +00:00
parent 106ed22b6d
commit a07d0c7d34
2 changed files with 22 additions and 14 deletions

View File

@@ -105,6 +105,7 @@ jobs:
geoip \
ssdeep \
pcre \
pcre2 \
bison \
flex
- uses: actions/checkout@v4