diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-02-04 19:03:23 -0500 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-02-04 19:03:23 -0500 |
| commit | bbef901057d1807a1e2ae28fa87be95da6547bf5 (patch) | |
| tree | 4314bfcd90032446793f62c0f1f87ec8125bbecd | |
| parent | 845afda55bb1b26b2de95bcea060fcb9c9552b29 (diff) | |
| download | stasis-bbef901057d1807a1e2ae28fa87be95da6547bf5.tar.gz | |
CI: Install libzip
| -rw-r--r-- | .github/workflows/cmake-multi-platform.yml | 2 |
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 |
