mirror of
https://github.com/spatialaudio/portaudio-binaries.git
synced 2026-04-23 06:26:28 +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
|
runs-on: ubuntu-latest
|
||||||
container: quay.io/pypa/manylinux2014_x86_64
|
container: quay.io/pypa/manylinux2014_x86_64
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install dependencies
|
||||||
|
run: |
|
||||||
|
yum install -y \
|
||||||
|
jack-audio-connection-kit \
|
||||||
|
#
|
||||||
- name: checkout portaudio
|
- name: checkout portaudio
|
||||||
|
# NB: v4 doesn't seem to work with the manylinux2014 image:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: PortAudio/portaudio
|
repository: PortAudio/portaudio
|
||||||
|
|||||||
Reference in New Issue
Block a user