mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
Update build-project.yml
This commit is contained in:
parent
b1f4217ca4
commit
d9cdef7934
1 changed files with 6 additions and 0 deletions
6
.github/workflows/build-project.yml
vendored
6
.github/workflows/build-project.yml
vendored
|
@ -77,6 +77,12 @@ jobs:
|
|||
cmake -DLPCNET_BUILD_DIR=~/LPCNet/build_linux ..
|
||||
make
|
||||
|
||||
- name: LIST ALL FILES
|
||||
shell: bash
|
||||
run: |
|
||||
ls -R
|
||||
|
||||
|
||||
- name: Copy codec2 to TNC Linux
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
# working-directory: tnc
|
||||
|
|
Loading…
Reference in a new issue