check if folder exists

This commit is contained in:
dj2ls 2023-01-22 19:15:29 +01:00
parent 499416ef1e
commit 8c6e9f44c5

View file

@ -341,7 +341,9 @@ jobs:
- name: Download Portaudio binaries - name: Download Portaudio binaries
working-directory: tnc working-directory: tnc
run: | run: |
if !test -d "dist/_sounddevice_data";then
git clone https://github.com/spatialaudio/portaudio-binaries dist/tnc/_sounddevice_data/portaudio-binaries git clone https://github.com/spatialaudio/portaudio-binaries dist/tnc/_sounddevice_data/portaudio-binaries
fi
- name: LIST ALL FILES - name: LIST ALL FILES
run: ls -R run: ls -R