Skip to content

Commit

Permalink
DO NOT MERGE! Use "master" branch from PortAudio repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Sep 5, 2024
1 parent 0833256 commit 8037a00
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/build-libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: PortAudio/portaudio
ref: v19.7.0
ref: master
path: portaudio
- name: cmake configure
run: |
Expand Down Expand Up @@ -58,14 +58,8 @@ jobs:
uses: actions/checkout@v4
with:
repository: PortAudio/portaudio
ref: v19.7.0
ref: master
path: portaudio
# The next portaudio release will have an auto-download feature:
- name: download and extract ASIO SDK
if: matrix.asio
run: |
curl -L -o asiosdk.zip https://www.steinberg.net/asiosdk
7z x asiosdk.zip
- name: cmake configure
run: |
cmake -S portaudio -B build -A ${{ matrix.platform }} -D PA_USE_ASIO=${{ matrix.asio && 'ON' || 'OFF' }}
Expand Down

0 comments on commit 8037a00

Please sign in to comment.