diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-02-04 19:03:23 -0500 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-04-07 09:49:18 -0400 |
| commit | 85d8a0c81804a678503e019a99a97c7d66f500ad (patch) | |
| tree | e4aea0a481edd0c4f2ada7e33615b929e1b7588d /.github/workflows | |
| parent | e36b98f076ef750bb33d46178074cdc5e4fdd2b6 (diff) | |
| download | stasis-85d8a0c81804a678503e019a99a97c7d66f500ad.tar.gz | |
CI: Install libzip
Diffstat (limited to '.github/workflows')
| -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 |
