We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09c9028 commit 658eb17Copy full SHA for 658eb17
1 file changed
.github/actions/app_validation/action.yml
@@ -12,8 +12,19 @@ runs:
12
13
- name: Install linux integration test dependencies
14
shell: bash
15
- run: sudo apt-get update && sudo apt-get install -y libglu1-mesa xvfb
16
- working-directory: ${{ inputs.working-directory }}
+ run: |
+ sudo apt-get update
17
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
28
29
- name: Get dependencies
30
0 commit comments