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: |