Skip to content

Commit

Permalink
ANDROID: Update dependencies in GitHub Actions workflow for enhanced …
Browse files Browse the repository at this point in the history
…build support
  • Loading branch information
misakazip authored Nov 25, 2024
1 parent 08a5f9d commit 15f0fa2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y git build-essential libncurses5-dev bison flex libssl-dev libelf-dev bc python3 python3-dev make gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi
sudo apt-get install -y git build-essential libncurses5-dev bison flex libssl-dev libelf-dev bc python3 python3-dev make gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi \
liblz4-tool make optipng device-tree-compiler libc6-dev-i386 lib32ncurses5-dev libx11-dev lib32z-dev libgl1-mesa-dev xsltproc pwgen libswitch-perl policycoreutils \
minicom libxml-sax-base-perl libxml-simple-perl libc6-dev-i386 lib32ncurses5-dev libx11-dev lib32z-dev libgl1-mesa-dev xsltproc g++-multilib bison gperf zlib1g-dev automake
- name: Clone clang (prebuilt)
run: |
Expand Down

0 comments on commit 15f0fa2

Please sign in to comment.