Skip to content

Commit

Permalink
Update build-app.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
avkiller authored Jan 7, 2025
1 parent 7be9c57 commit c5754ee
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ jobs:
with:
ndk-version: ${{ env.NDK_VERSION }}
add-to-path: true
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y \
git \
openjdk-17-jdk \
python\
openjdk-17-jdk-headless
- name: build
env:
JAVA_HOME: /usr/lib/jvm/java-17-openjdk-amd64
Expand Down

0 comments on commit c5754ee

Please sign in to comment.