Skip to content

Commit a186a0a

Browse files
authored
🚀 added ALSA development libraries to Linux CI/CD
1 parent 1c08a32 commit a186a0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: Install System Dependencies
8989
run: |
9090
sudo apt-get update -y && sudo apt-get upgrade -y
91-
sudo apt-get install -y clang cmake ninja-build pkg-config libgtk-3-dev libstdc++-12-dev
91+
sudo apt-get install -y clang cmake ninja-build pkg-config libgtk-3-dev libstdc++-12-dev libasound2-dev
9292
9393
- name: Install Flutter Dependencies
9494
run: flutter pub get

0 commit comments

Comments
 (0)