aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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