aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2026-02-04 13:30:09 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2026-02-04 13:30:09 -0500
commit845afda55bb1b26b2de95bcea060fcb9c9552b29 (patch)
treee6c9abeacfc4cce7814c4739a45405b552aa6500
parent84c06e277bf7365a32bf118043345b4d262e08d0 (diff)
downloadstasis-845afda55bb1b26b2de95bcea060fcb9c9552b29.tar.gz
CI: Install libzip
-rw-r--r--.github/workflows/cmake-multi-platform.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml
index 8586e19..b8233f2 100644
--- a/.github/workflows/cmake-multi-platform.yml
+++ b/.github/workflows/cmake-multi-platform.yml
@@ -49,9 +49,16 @@ jobs:
libcurl4-openssl-dev
libxml2-dev
libxml2-utils
+ libzip-dev
pandoc
rsync
+ - name: Install macOS dependencies
+ if: matrix.os == 'macos-latest'
+ run: >
+ brew install
+ libzip
+
- name: Configure CMake
run: >
cmake -B ${{ steps.strings.outputs.build-output-dir }}