Pin codec2 revision to master.

This should be a specific release, that implements freedv_set_tuning_range.
This commit is contained in:
Paul Kronenwetter 2022-05-20 09:55:22 -04:00
parent dbeea31f9d
commit f0f7c94058
3 changed files with 3 additions and 3 deletions

View file

@ -60,7 +60,7 @@ jobs:
working-directory: tnc
run: |
git clone https://github.com/drowe67/codec2.git
cd codec2 && git checkout v1.0.3 && mkdir build_linux && cd build_linux
cd codec2 && git checkout master && mkdir build_linux && cd build_linux
cmake ../
make

View file

@ -51,7 +51,7 @@ jobs:
working-directory: tnc
run: |
git clone https://github.com/drowe67/codec2.git
cd codec2 && git checkout v1.0.3 && mkdir build_mac && cd build_mac
cd codec2 && git checkout master && mkdir build_mac && cd build_mac
cmake ../
make

View file

@ -24,7 +24,7 @@ jobs:
shell: bash
run: |
git clone https://github.com/drowe67/codec2.git
cd codec2 && git fetch --all && git checkout v1.0.3
cd codec2 && git checkout master # This should be pinned to a release
mkdir -p build_linux && cd build_linux && cmake .. && make
- name: run ctests