Skip to content

Commit 658eb17

Browse files
committed
install more deps for building flutter apps
1 parent 09c9028 commit 658eb17

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

.github/actions/app_validation/action.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,19 @@ runs:
1212

1313
- name: Install linux integration test dependencies
1414
shell: bash
15-
run: sudo apt-get update && sudo apt-get install -y libglu1-mesa xvfb
16-
working-directory: ${{ inputs.working-directory }}
15+
run: |
16+
sudo apt-get update
17+
sudo apt-get update
18+
sudo apt-get install -y \
19+
clang \
20+
cmake \
21+
ninja-build \
22+
pkg-config \
23+
libgtk-3-dev \
24+
libayatana-appindicator3-dev \
25+
libsoup2.4-dev \
26+
libglu1-mesa \
27+
xvfb
1728
1829
- name: Get dependencies
1930
shell: bash

0 commit comments

Comments
 (0)