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 c2768fa commit e196697Copy full SHA for e196697
.github/workflows/build.yml
@@ -17,6 +17,11 @@ jobs:
17
name: "Build for Android ${{matrix.arch}}"
18
runs-on: self-hosted
19
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
+
25
- name: Checkout repository
26
uses: actions/checkout@v4
27
- name: Build with CI build script
0 commit comments