From 6d555b936290e5612f32d0665455226eac7f2e32 Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Thu, 2 Sep 2021 20:15:33 +0200 Subject: [PATCH] Update build-project.yml --- .github/workflows/build-project.yml | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/.github/workflows/build-project.yml b/.github/workflows/build-project.yml index 8b68006e..67624823 100644 --- a/.github/workflows/build-project.yml +++ b/.github/workflows/build-project.yml @@ -43,18 +43,18 @@ jobs: pip3 install pyinstaller pip3 install ujson - - name: Build Hamlib Python Binding - if: matrix.os == 'ubuntu-latest' - 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 + #- name: Build Hamlib Python Binding + # if: matrix.os == 'ubuntu-latest' + # 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 @@ -100,12 +100,11 @@ jobs: - name: Copy hamlib to TNC Linux if: matrix.os == 'ubuntu-latest' - # working-directory: tnc + working-directory: tnc run: | - cp -R ~/Hamlib ./tnc/dist + cp -R ~/hamlib ./tnc/dist - - name: Copy codec2 to TNC Linux if: matrix.os == 'ubuntu-latest' # working-directory: tnc