diff options
| author | Theo Buehler <tb@openbsd.org> | 2026-07-18 17:02:41 +0200 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2026-07-18 17:02:41 +0200 |
| commit | a1c22e280c529556864e03335aad8ab559540cbd (patch) | |
| tree | efe7136d51ad05c650bcfd4b52967053f2962548 /.github/workflows | |
| parent | ce834021c40e39517a2c4ad698c52114e4dac4ba (diff) | |
| parent | 300778a568321f445d7ac78f7bf65eee0719a4cc (diff) | |
| download | portable-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.yml | 2 |
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 |
