From: Viktor Szakats Date: Sun, 15 Sep 2024 23:07:25 +0000 (+0200) Subject: GHA/non-native: install Perl for FreeBSD cmake jobs X-Git-Tag: curl-8_10_1~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0af017d66d31f52960526c32cc08cd95c460c162;p=thirdparty%2Fcurl.git GHA/non-native: install Perl for FreeBSD cmake jobs It was implicitly installed for autotools jobs. Install it explicitly for cmake ones. Closes #14928 --- diff --git a/.github/workflows/non-native.yml b/.github/workflows/non-native.yml index d2bfe663fd..44331f224c 100644 --- a/.github/workflows/non-native.yml +++ b/.github/workflows/non-native.yml @@ -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 }}' \