From 7524e853aa7463fac6420bbc15d9755674f600c2 Mon Sep 17 00:00:00 2001 From: dj2ls Date: Fri, 16 Sep 2022 18:36:17 +0200 Subject: [PATCH] 4 carrier test --- .github/workflows/build_multiplatform.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_multiplatform.yml b/.github/workflows/build_multiplatform.yml index 8b255498..df914301 100644 --- a/.github/workflows/build_multiplatform.yml +++ b/.github/workflows/build_multiplatform.yml @@ -74,7 +74,7 @@ jobs: if: ${{startsWith(matrix.os, 'ubuntu') && !startsWith(matrix.platform.name, 'native') }} run: | sudo apt install build-essential mingw-w64 g++-mingw-w64 make cmake - git clone https://github.com/drowe67/codec2.git + git clone https://github.com/DJ2lS/codec2.git -b ls-ofdm-octave-tests cd codec2 mkdir tempfiles mkdir build_w32 @@ -172,7 +172,7 @@ jobs: # Produce a binary artifact and place it in the mounted volume run: | - git clone https://github.com/drowe67/codec2.git + git clone https://github.com/DJ2LS/codec2.git -b ls-ofdm-octave-tests cd codec2 git checkout master mkdir build