diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-02-04 13:30:09 -0500 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-02-04 13:30:09 -0500 |
| commit | 845afda55bb1b26b2de95bcea060fcb9c9552b29 (patch) | |
| tree | e6c9abeacfc4cce7814c4739a45405b552aa6500 /.github/workflows | |
| parent | 84c06e277bf7365a32bf118043345b4d262e08d0 (diff) | |
| download | stasis-845afda55bb1b26b2de95bcea060fcb9c9552b29.tar.gz | |
CI: Install libzip
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/cmake-multi-platform.yml | 7 |
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 }} |
