diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-02-04 13:30:09 -0500 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-04-07 09:49:18 -0400 |
| commit | e36b98f076ef750bb33d46178074cdc5e4fdd2b6 (patch) | |
| tree | 994c95e0722512a017d1f9c4c8206056d92e9dbf | |
| parent | a6e7795937b3f1ffdb097691cb6fe901c39cac46 (diff) | |
| download | stasis-e36b98f076ef750bb33d46178074cdc5e4fdd2b6.tar.gz | |
CI: Install libzip
| -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 }} |
