early download of libcodec2

This commit is contained in:
DJ2LS 2022-09-12 18:17:35 +02:00
parent 56f22965fb
commit 2530b2ed89

View file

@ -231,6 +231,16 @@ jobs:
with: with:
python-version: 3.9 python-version: 3.9
- name: early download of libcodec2
if: matrix.os != 'windows-latest'
working-directory: tnc
run: |
mkdir dist
- uses: actions/download-artifact@v3
with:
path: tnc/dist/codec2
- name: Install Linux dependencies - name: Install Linux dependencies
if: matrix.os == 'ubuntu-20.04' if: matrix.os == 'ubuntu-20.04'
run: | run: |
@ -270,21 +280,16 @@ jobs:
- name: Display structure of downloaded files - name: Display structure of downloaded files
run: ls -R run: ls -R
- name: cleanup codec2 #- name: cleanup codec2
working-directory: tnc/lib/ # working-directory: tnc/lib/
run: |
mkdir codec2
cd codec2
- uses: actions/download-artifact@v3
with:
path: tnc/lib/codec2
# - name: Unzip all artifacts
# working-directory: tnc/lib/codec2
# run: | # run: |
# unzip *.zip # mkdir codec2
# cd codec2
#- uses: actions/download-artifact@v3
# with:
# path: tnc/lib/codec2
- name: Display structure of downloaded files - name: Display structure of downloaded files
run: ls -R run: ls -R
@ -327,9 +332,9 @@ jobs:
run: | run: |
git clone https://github.com/spatialaudio/portaudio-binaries dist/_sounddevice_data/portaudio-binaries git clone https://github.com/spatialaudio/portaudio-binaries dist/_sounddevice_data/portaudio-binaries
- uses: actions/download-artifact@v3 #- uses: actions/download-artifact@v3
with: # with:
path: tnc/dist/codec2 # path: tnc/dist/codec2
- name: LIST ALL FILES - name: LIST ALL FILES
shell: bash shell: bash