update dependencies before building

ls-pip-adjustments
dj2ls 2026-07-23 10:38:03 +02:00
parent 14bdfb9bb4
commit 3ea91e6afb
3 changed files with 3 additions and 0 deletions

View File

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

View File

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

View File

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