Skip to content

Commit 1c5d632

Browse files
committed
Deps directly from Flutter
1 parent b38a47c commit 1c5d632

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/actions/app_validation/action.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@ runs:
1414
shell: bash
1515
run: |
1616
sudo apt-get update
17-
sudo apt-get install -y \
17+
sudo apt-get install \
1818
clang \
1919
cmake \
20+
git \
2021
ninja-build \
2122
pkg-config \
2223
libgtk-3-dev \
23-
libayatana-appindicator3-dev \
24-
libsoup2.4-dev \
24+
liblzma-dev \
25+
libstdc++-12-dev
2526
libglu1-mesa \
2627
xvfb
2728

0 commit comments

Comments
 (0)