Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ttnshubham committed Jul 15, 2023
1 parent ffab4cd commit 3428d1a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@ jobs:
- name: Install npm dependencies
run: |
npm install
- name: Set up JDK
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '17'
- name: Build Android Release
run: |
cd android && ./gradlew assembleRelease
Expand Down

0 comments on commit 3428d1a

Please sign in to comment.