Skip to content

Commit

Permalink
Install pkg-config in the macOS CMake CI (PortAudio#768)
Browse files Browse the repository at this point in the history
Fixes broken PortAudio macOS CI, apparently due to GitHub configuration change.
  • Loading branch information
dechamps authored Feb 21, 2023
1 parent 4bccdfb commit d07842c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ jobs:
sudo apt-get update
sudo apt-get install libasound2-dev ${{ matrix.dependencies_extras }}
if: matrix.os == 'ubuntu-latest'
- name: "[macOS] install dependencies"
# https://github.com/PortAudio/portaudio/issues/767
run: brew install pkg-config
if: matrix.os == 'macOS-latest'
- name: "[Windows/MinGW] set up ASIO SDK cache"
uses: actions/cache@v2
if: matrix.asio_sdk_cache_path != null
Expand Down

0 comments on commit d07842c

Please sign in to comment.