mirror of https://github.com/DJ2LS/FreeDATA.git
update dependencies before building
parent
14bdfb9bb4
commit
3ea91e6afb
|
|
@ -30,6 +30,7 @@ jobs:
|
|||
|
||||
- name: Install Linux dependencies
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install -y portaudio19-dev libhamlib-dev libhamlib-utils build-essential cmake python3-libhamlib2 patchelf desktop-file-utils
|
||||
|
||||
- name: Install Python dependencies
|
||||
|
|
|
|||
|
|
@ -50,6 +50,7 @@ jobs:
|
|||
- name: Install Linux dependencies
|
||||
if: ${{startsWith(matrix.os, 'ubuntu')}}
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install -y portaudio19-dev libhamlib-dev libhamlib-utils build-essential cmake patchelf
|
||||
|
||||
- name: Install MacOS pyAudio
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ jobs:
|
|||
|
||||
- name: Install Linux dependencies
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install -y portaudio19-dev libhamlib-dev libhamlib-utils build-essential cmake patchelf
|
||||
|
||||
- name: Install Python dependencies
|
||||
|
|
|
|||
Loading…
Reference in New Issue