mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
check if folder exists
This commit is contained in:
parent
499416ef1e
commit
8c6e9f44c5
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build_multiplatform.yml
vendored
2
.github/workflows/build_multiplatform.yml
vendored
|
@ -341,7 +341,9 @@ jobs:
|
|||
- name: Download Portaudio binaries
|
||||
working-directory: tnc
|
||||
run: |
|
||||
if !test -d "dist/_sounddevice_data";then
|
||||
git clone https://github.com/spatialaudio/portaudio-binaries dist/tnc/_sounddevice_data/portaudio-binaries
|
||||
fi
|
||||
|
||||
- name: LIST ALL FILES
|
||||
run: ls -R
|
||||
|
|
Loading…
Reference in a new issue