moved ctest back to master branch

This commit is contained in:
DJ2LS 2023-05-04 11:23:30 +02:00
parent 56bbafbf7a
commit ca36205ec2

View file

@ -43,7 +43,7 @@ jobs:
- name: Build codec2
shell: bash
run: |
git clone https://github.com/drowe67/codec2.git -b dr-datac4
git clone https://github.com/drowe67/codec2.git
cd codec2
mkdir -p build_linux && cd build_linux && cmake .. && make