Skip to content

Commit be031e2

Browse files
committed
Install CI GUI dependencies before disk cleanup
1 parent 6115d33 commit be031e2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/scripts-android.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
timeout-minutes: 90
1919
steps:
2020
- uses: actions/checkout@v4
21+
- name: Install system dependencies
22+
run: |
23+
sudo apt-get update -y
24+
sudo apt-get install -y xvfb libxrender1 libxtst6 libxi6 xmlstarlet
2125
- name: Free disk space (action)
2226
uses: jlumbroso/free-disk-space@main
2327
with:

0 commit comments

Comments
 (0)