mirror of
https://github.com/curl/curl.git
synced 2026-06-06 13:34:15 +03:00
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:
parent
2b6bdb41ce
commit
0af017d66d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/non-native.yml
vendored
2
.github/workflows/non-native.yml
vendored
|
|
@ -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 }}' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue