GHA/non-native: install Perl for FreeBSD cmake jobs

It was implicitly installed for autotools jobs. Install it explicitly
for cmake ones.

Closes #14928
This commit is contained in:
Viktor Szakats 2024-09-16 01:07:25 +02:00
parent 2b6bdb41ce
commit 0af017d66d
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -157,7 +157,7 @@ jobs:
architecture: ${{ matrix.arch }}
run: |
# https://ports.freebsd.org/
sudo pkg install -y cmake ninja \
sudo pkg install -y cmake ninja perl5 \
pkgconf brotli openldap26-client libidn2 libnghttp2 nghttp2 stunnel py311-openssl py311-impacket py311-cryptography
cmake -B bld -G Ninja \
'-DCMAKE_C_COMPILER=${{ matrix.compiler }}' \