mirror of
https://github.com/spatialaudio/portaudio-binaries.git
synced 2026-03-17 07:56:03 +08:00
install JACK
This commit is contained in:
6
.github/workflows/build-libs.yml
vendored
6
.github/workflows/build-libs.yml
vendored
@@ -5,7 +5,13 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
container: quay.io/pypa/manylinux2014_x86_64
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
yum install -y \
|
||||
jack-audio-connection-kit \
|
||||
#
|
||||
- name: checkout portaudio
|
||||
# NB: v4 doesn't seem to work with the manylinux2014 image:
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: PortAudio/portaudio
|
||||
|
||||
Reference in New Issue
Block a user