Skip to content

Commit 3316255

Browse files
committed
Ensure CI installs GUI deps before cleanup
1 parent be031e2 commit 3316255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
timeout-minutes: 90
1919
steps:
2020
- uses: actions/checkout@v4
21-
- name: Install system dependencies
21+
- name: Install System Dependencies
2222
run: |
2323
sudo apt-get update -y
2424
sudo apt-get install -y xvfb libxrender1 libxtst6 libxi6 xmlstarlet

0 commit comments

Comments
 (0)