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
96cfeabd1f
commit
2c5a77cb2f
1 changed files with 8 additions and 1 deletions
9
.github/workflows/build-project.yml
vendored
9
.github/workflows/build-project.yml
vendored
|
@ -48,13 +48,13 @@ jobs:
|
|||
working-directory: tnc
|
||||
run: |
|
||||
sudo apt install wig libtool
|
||||
cd ~
|
||||
git clone https://github.com/Hamlib/Hamlib.git
|
||||
cd Hamlib
|
||||
./bootstrap
|
||||
./configure --with-python-binding PYTHON_VERSION='3.9' --prefix=$HOME/local
|
||||
make
|
||||
make install
|
||||
cp -R ../Hamlib ./tnc/dist
|
||||
|
||||
|
||||
|
||||
|
@ -98,7 +98,14 @@ jobs:
|
|||
run: |
|
||||
ls -R
|
||||
|
||||
- name: Copy hamlib to TNC Linux
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
# working-directory: tnc
|
||||
run: |
|
||||
cp -R ~/Hamlib ./tnc/dist
|
||||
|
||||
|
||||
|
||||
- name: Copy codec2 to TNC Linux
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
# working-directory: tnc
|
||||
|
|
Loading…
Reference in a new issue