Skip to content

Commit

Permalink
fix: build android app
Browse files Browse the repository at this point in the history
  • Loading branch information
BukiOffor committed Jan 18, 2024
1 parent 7f791d1 commit 6325e26
Show file tree
Hide file tree
Showing 4 changed files with 2,905 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@ jobs:
run: |
sudo apt install -y git zip unzip openjdk-17-jdk python3-pip autoconf libtool pkg-config zlib1g-dev libncurses5-dev libncursesw5-dev libtinfo5 cmake libffi-dev libssl-dev
sudo apt-get update
sudo apt-get install libc6-dev-i386 lib32z1 openjdk-8-jdk
sudo apt-get install libc6-dev-i386 lib32z1 openjdk-30-jdk
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
Expand Down
Loading

0 comments on commit 6325e26

Please sign in to comment.