Skip to content

Commit

Permalink
Python workflow: install pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
orottier committed Jun 11, 2024
1 parent 2245804 commit 37599f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
python-version: 3.x
- name: Install ALSA and Jack dependencies
run: |
sudo apt-get update && sudo apt-get install -y libasound2-dev libjack-jackd2-dev cmake
sudo apt-get update && sudo apt-get install -y pkg-config libasound2-dev libjack-jackd2-dev cmake
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
python-version: 3.x
- name: Install ALSA and Jack dependencies
run: |
sudo apt-get update && sudo apt-get install -y libasound2-dev libjack-jackd2-dev cmake
sudo apt-get update && sudo apt-get install -y pkg-config libasound2-dev libjack-jackd2-dev cmake
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit 37599f3

Please sign in to comment.