From 0272fa3ee3dc565ae31de58aacd07a6b09871a39 Mon Sep 17 00:00:00 2001 From: DJ2LS Date: Sun, 31 Dec 2023 13:27:17 +0100 Subject: [PATCH] updated modem tests --- .github/workflows/modem_tests.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/modem_tests.yml b/.github/workflows/modem_tests.yml index aa26d83b..5395f9a4 100644 --- a/.github/workflows/modem_tests.yml +++ b/.github/workflows/modem_tests.yml @@ -43,14 +43,6 @@ jobs: run: | pip3 install -r requirements.txt - - name: Build codec2 - shell: bash - working-directory: modem/lib/ - run: | - git clone https://github.com/drowe67/codec2.git - cd codec2 - mkdir -p build_linux && cd build_linux && cmake .. && make - - name: run config tests shell: bash run: |