Skip to content

Commit e196697

Browse files
authored
Update build.yml
1 parent c2768fa commit e196697

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
name: "Build for Android ${{matrix.arch}}"
1818
runs-on: self-hosted
1919
steps:
20+
- name: Install build dependencies
21+
run: |
22+
echo ${{ secrets.USERPWD }} | sudo -S apt update
23+
echo ${{ secrets.USERPWD }} | sudo -S apt -y install cmake autoconf python3 python-is-python3 unzip zip systemtap-sdt-dev libxtst-dev libasound2-dev libelf-dev libfontconfig1-dev libx11-dev libxext-dev libxrandr-dev libxrender-dev libxtst-dev libxt-dev
24+
2025
- name: Checkout repository
2126
uses: actions/checkout@v4
2227
- name: Build with CI build script

0 commit comments

Comments
 (0)