We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7239322 commit b38a47cCopy full SHA for b38a47c
1 file changed
.github/actions/app_validation/action.yml
@@ -14,17 +14,16 @@ runs:
14
shell: bash
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
+ sudo apt-get install -y \
+ clang \
+ cmake \
+ ninja-build \
+ pkg-config \
+ libgtk-3-dev \
+ libayatana-appindicator3-dev \
+ libsoup2.4-dev \
+ libglu1-mesa \
+ xvfb
28
29
- name: Get dependencies
30
0 commit comments