Update build-project.yml

This commit is contained in:
DJ2LS 2021-09-05 15:44:11 +02:00 committed by GitHub
parent 0f404d12ac
commit 81b1cacf97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ../