diff --git a/.github/workflows/build-project.yml b/.github/workflows/build-project.yml index ceff7a1e..016669f3 100644 --- a/.github/workflows/build-project.yml +++ b/.github/workflows/build-project.yml @@ -65,7 +65,7 @@ jobs: if: matrix.os == 'ubuntu-latest' #working-directory: tnc run: | - #cd ~ + cd ~ git clone https://github.com/drowe67/codec2.git cd codec2 && mkdir build_linux && cd build_linux cmake ../ @@ -75,7 +75,7 @@ jobs: #if: matrix.os == 'ubuntu-latest' working-directory: tnc run: | - #cd ~ + cd ~ git clone https://github.com/drowe67/LPCNet cd LPCNet && mkdir build_linux && cd build_linux cmake -DCODEC2_BUILD_DIR=~/codec2/build_linux ../