Skip to content

Commit 3ea91e6

Browse files
author
dj2ls
committed
update dependencies before building
1 parent 14bdfb9 commit 3ea91e6

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build_appimage_bundle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030

3131
- name: Install Linux dependencies
3232
run: |
33+
sudo apt update
3334
sudo apt install -y portaudio19-dev libhamlib-dev libhamlib-utils build-essential cmake python3-libhamlib2 patchelf desktop-file-utils
3435
3536
- name: Install Python dependencies

.github/workflows/build_server.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
- name: Install Linux dependencies
5151
if: ${{startsWith(matrix.os, 'ubuntu')}}
5252
run: |
53+
sudo apt update
5354
sudo apt install -y portaudio19-dev libhamlib-dev libhamlib-utils build-essential cmake patchelf
5455
5556
- name: Install MacOS pyAudio

.github/workflows/pip_package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919

2020
- name: Install Linux dependencies
2121
run: |
22+
sudo apt update
2223
sudo apt install -y portaudio19-dev libhamlib-dev libhamlib-utils build-essential cmake patchelf
2324
2425
- name: Install Python dependencies

0 commit comments

Comments
 (0)