We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6115d33 commit be031e2Copy full SHA for be031e2
.github/workflows/scripts-android.yml
@@ -18,6 +18,10 @@ jobs:
18
timeout-minutes: 90
19
steps:
20
- 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
25
- name: Free disk space (action)
26
uses: jlumbroso/free-disk-space@main
27
with:
0 commit comments