From ca36205ec2597383112a44f1fe974b9549a713ff Mon Sep 17 00:00:00 2001 From: DJ2LS Date: Thu, 4 May 2023 11:23:30 +0200 Subject: [PATCH] moved ctest back to master branch --- .github/workflows/ctest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ctest.yml b/.github/workflows/ctest.yml index 1ce3da3b..be9a511a 100644 --- a/.github/workflows/ctest.yml +++ b/.github/workflows/ctest.yml @@ -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