Update ctest.yml

This commit is contained in:
drowe67 2021-12-13 07:39:54 +10:30 committed by GitHub
parent c52c094322
commit 4b0e326b2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install octave octave-common octave-signal sox python3 python3-pip portaudio19-dev python3-pyaudio
pip3 install psutil crcengine ujson pyserial numpy structlog
pip3 install psutil crcengine ujson pyserial numpy structlog miniaudio
- name: Build codec2
shell: bash
@ -33,4 +33,4 @@ jobs:
run: |
mkdir build && cd build
cmake -DCODEC2_BUILD_DIR=$GITHUB_WORKSPACE/codec2/build_linux ..
ctest
ctest --output-on-failure