Skip to content

Commit c1daff6

Browse files
committed
part 12 --no-bump
1 parent 667fb19 commit c1daff6

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/debugbuild.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,18 @@ jobs:
8888
- name: Install Flutter dependencies
8989
run: flutter pub get
9090

91+
- name: Install Linux build dependencies
92+
run: |
93+
sudo apt-get update
94+
sudo apt-get install -y \
95+
libgtk-3-dev \
96+
libayatana-appindicator3-dev \
97+
libmpv-dev \
98+
libasound2-dev \
99+
ninja-build \
100+
clang \
101+
pkg-config
102+
91103
- name: Set glibc compatibility
92104
run: |
93105
# Build with maximum glibc compatibility

0 commit comments

Comments
 (0)