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
2c5a77cb2f
commit
74d609e106
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-project.yml
vendored
2
.github/workflows/build-project.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
||||||
- name: Install Linux dependencies
|
- name: Install Linux dependencies
|
||||||
if: matrix.os == 'ubuntu-latest'
|
if: matrix.os == 'ubuntu-latest'
|
||||||
run: |
|
run: |
|
||||||
sudo apt install portaudio19-dev libhamlib-dev libhamlib-utils build-essential cmake
|
sudo apt install portaudio19-dev libhamlib-dev libhamlib-utils build-essential cmake python3-libhamlib2
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip3 install pyaudio
|
pip3 install pyaudio
|
||||||
pip3 install psutil
|
pip3 install psutil
|
||||||
|
|
Loading…
Reference in a new issue