check if portaudio already downlaoded

This commit is contained in:
dj2ls 2022-10-16 15:56:14 +02:00
parent 03f5f8dcce
commit 18f670bac7

View file

@ -353,7 +353,10 @@ jobs:
- name: Download Portaudio binaries
working-directory: tnc
run: |
if ! test -f "dist/_sounddevice_data/portaudio-binaries/libportaudio.dylib"; then
git clone https://github.com/spatialaudio/portaudio-binaries dist/_sounddevice_data/portaudio-binaries
fi
#- uses: actions/download-artifact@v3
# with: