aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2026-07-18 17:02:41 +0200
committerTheo Buehler <tb@openbsd.org>2026-07-18 17:02:41 +0200
commita1c22e280c529556864e03335aad8ab559540cbd (patch)
treeefe7136d51ad05c650bcfd4b52967053f2962548 /.github/workflows
parentce834021c40e39517a2c4ad698c52114e4dac4ba (diff)
parent300778a568321f445d7ac78f7bf65eee0719a4cc (diff)
downloadportable-a1c22e280c529556864e03335aad8ab559540cbd.tar.gz
portable-a1c22e280c529556864e03335aad8ab559540cbd.tar.bz2
portable-a1c22e280c529556864e03335aad8ab559540cbd.zip
Land #1326 - add perl to FreeBSD cmake CI
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/freebsd.yml2
1 files changed, 1 insertions, 1 deletions
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:
63 release: "${{ env.FREEBSD_VERSION }}" 63 release: "${{ env.FREEBSD_VERSION }}"
64 copyback: false 64 copyback: false
65 prepare: | 65 prepare: |
66 pkg install -y cmake ninja 66 pkg install -y cmake ninja perl5
67 run: | 67 run: |
68 export CTEST_OUTPUT_ON_FAILURE=1 68 export CTEST_OUTPUT_ON_FAILURE=1
69 cmake -G Ninja -B build 69 cmake -G Ninja -B build