aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2026-02-04 19:03:23 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2026-04-07 09:49:18 -0400
commit85d8a0c81804a678503e019a99a97c7d66f500ad (patch)
treee4aea0a481edd0c4f2ada7e33615b929e1b7588d
parente36b98f076ef750bb33d46178074cdc5e4fdd2b6 (diff)
downloadstasis-85d8a0c81804a678503e019a99a97c7d66f500ad.tar.gz
CI: Install libzip
-rw-r--r--.github/workflows/cmake-multi-platform.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml
index b8233f2..85255c4 100644
--- a/.github/workflows/cmake-multi-platform.yml
+++ b/.github/workflows/cmake-multi-platform.yml
@@ -71,6 +71,8 @@ jobs:
-S ${{ github.workspace }}
- name: Build
+ env:
+ PKG_CONFIG_PATH: /opt/homebrew/lib/pkgconfig:/usr/lib/x86_64-linux-gnu/pkgconfig
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }}
- name: Test