Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ItzxDwi authored May 6, 2024
1 parent d16663d commit 7377c56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: Install tools and dependencies
run: |
sudo apt update &> /dev/null
sudo apt install -y make autoconf automake m4 getconf gzip bzip2 bison g++ git cmake pkg-config re2c &> /dev/null
sudo apt install -y re2c libtool libtool-bin zlib1g-dev libcurl4-openssl-dev libxml2-dev libyaml-dev libgmp-dev libzip-dev libssl-dev &> /dev/null
- name: Making aarch64 php
working-directory: php-build-scripts
run: ./compile.sh -t android-aarch64 -x -j4 -PM5 -g
Expand Down

0 comments on commit 7377c56

Please sign in to comment.