From 300778a568321f445d7ac78f7bf65eee0719a4cc Mon Sep 17 00:00:00 2001 From: Kenjiro Nakayama Date: Sat, 18 Jul 2026 15:40:42 +0900 Subject: Install perl5 in FreeBSD CI Install perl5 in the FreeBSD jobs. --- .github/workflows/freebsd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index 1373dc3..0828c5a 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -63,7 +63,7 @@ jobs: release: "${{ env.FREEBSD_VERSION }}" copyback: false prepare: | - pkg install -y cmake ninja + pkg install -y cmake ninja perl5 run: | export CTEST_OUTPUT_ON_FAILURE=1 cmake -G Ninja -B build -- cgit v1.2.3-55-g6feb