GHA/non-native: drop leftover perl5 install from riscv64 job [ci skip]

Follow-up to bf594226d6 #22601
This commit is contained in:
Viktor Szakats 2026-08-16 12:40:05 +02:00
parent 4b42956cd1
commit 8eb978b9c2
No known key found for this signature in database

View file

@ -74,7 +74,7 @@ jobs:
options: '-DCURL_USE_GSSAPI=ON -DCMAKE_UNITY_BUILD=OFF' }
- { os: 'freebsd' , version: '15.1', build: 'cmake' , arch: 'riscv64', cc: 'clang', desc: 'openssl skipall',
install: 'cmake-core ninja perl5',
install: 'cmake-core ninja',
options: '-D_CURL_PREFILL=ON -DBUILD_LIBCURL_DOCS=OFF -DBUILD_MISC_DOCS=OFF -DENABLE_CURL_MANUAL=OFF -DCURL_DISABLE_HTTPSIG=OFF -DCURL_DISABLE_TYPECHECK=ON' }
- { os: 'freebsd' , version: '14.3', build: 'autotools', arch: 'arm64' , cc: 'clang', desc: 'openssl skipall !examples',