mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
Pin codec2 revision to master.
This should be a specific release, that implements freedv_set_tuning_range.
This commit is contained in:
parent
dbeea31f9d
commit
f0f7c94058
3 changed files with 3 additions and 3 deletions
2
.github/workflows/build-project-linux.yml
vendored
2
.github/workflows/build-project-linux.yml
vendored
|
@ -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
|
||||
|
||||
|
|
2
.github/workflows/build-project-mac.yml
vendored
2
.github/workflows/build-project-mac.yml
vendored
|
@ -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
|
||||
|
||||
|
|
2
.github/workflows/ctest.yml
vendored
2
.github/workflows/ctest.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue