changed codec2 branch for ctest

This commit is contained in:
DJ2LS 2023-04-21 13:50:31 +02:00
parent d26da03cc7
commit 7f9e048dcd

View file

@ -43,7 +43,7 @@ jobs:
- name: Build codec2
shell: bash
run: |
git clone https://github.com/drowe67/codec2.git
git clone https://github.com/drowe67/codec2.git -b dr-datac4
cd codec2 && git checkout master # This should be pinned to a release
mkdir -p build_linux && cd build_linux && cmake .. && make